Skip to content

Commit

Permalink
fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ghsales committed Dec 20, 2024
1 parent daee7db commit f90a5ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ SSYNC.LiteDB aims to simplify implementing data synchronization between the fron

[![Nuget](https://img.shields.io/nuget/v/SSync.Server.LitebDB)](https://www.nuget.org/packages/SSync.Server.LitebDB/)

### ⛏️ Configuração
### ⛏️ Setup

1. Set Up Your Data Models: <br/>
Your model can inherit from ISSyncEntityRoot to automatically create the necessary columns for synchronization management.
Expand Down Expand Up @@ -363,11 +363,11 @@ public class CustomParamenterSync : SSyncParameter
<details open>
<summary><h2>📱 Client</h2></summary>

### Como instalar
### Installation

[![Nuget](https://img.shields.io/nuget/v/SSync.Client.LitebDB)](https://www.nuget.org/packages/SSync.Client.LitebDB/)

### ⛏️ Configuração
### ⛏️ Setup


1. Your entities must inherit from the SchemaSync class:c
Expand Down

0 comments on commit f90a5ff

Please sign in to comment.