Skip to content

Commit cfa8060

Browse files
authored
Merge pull request #11 from powersync-ja/benitav-patch-2
Update README.md
2 parents 2d25306 + a8f15e9 commit cfa8060

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ _[PowerSync](https://www.powersync.com) is a sync engine for building local-firs
1212

1313
Packages are published to [NuGet](https://www.nuget.org/profiles/PowerSync).
1414

15-
- [PowerSync/Common](./PowerSync/Common/README.md)
16-
15+
- [PowerSync.Common](./PowerSync/PowerSync.Common/README.md)
1716
- Core package: .NET implementation of a PowerSync database connector and streaming sync bucket implementation. Packages meant for specific platforms will extend functionality of `Common`.
17+
- [PowerSync.Maui](./PowerSync/PowerSync.Maui/README.md)
18+
- Extends the PowerSync.Common package to provide the .NET Multi-platform App UI (MAUI) integration for PowerSync for cross-platform mobile and desktop applications.
1819

1920
## Demo Apps / Example Projects
2021

@@ -106,4 +107,4 @@ dotnet test -v n --framework net8.0 --filter "test-file-pattern"
106107
## Using the PowerSync.Common package in your project
107108
```bash
108109
dotnet add package PowerSync.Common --prerelease
109-
```
110+
```

0 commit comments

Comments
 (0)