Skip to content

Commit 16808f3

Browse files
authored
Typo
1 parent f865bf5 commit 16808f3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packages/powersync/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Web support is currently in an alpha release. This Readme has been updated to re
1010

1111
The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos/supabase-todolist) demo app:
1212

13-
1. Checkout the powersync.dart repo's `alpha_release`` branch.
13+
1. Checkout this repo's `alpha_release` branch.
1414
* Note: If you are an existing user updating to the latest code after a git pull, run `melos exec 'flutter pub upgrade'` in the project's root and make sure it succeeds.
1515
2. Run `melos prepare` in the project's root
1616
3. cd into the `demos/supabase-todolist` folder
@@ -21,7 +21,9 @@ The easiest way to test out the alpha is to run the [Supabase Todo-List](./demos
2121

2222
Install the latest alpha version of the package, for example:
2323

24-
```flutter pub add powersync:1.3.0-alpha.1```
24+
```
25+
flutter pub add powersync:1.3.0-alpha.1
26+
```
2527

2628
### Additional config
2729
Web support requires `sqlite3.wasm` and `powersync_db.worker.js` assets to be served from the web application. This is typically achieved by placing the files in the project `web` directory.
@@ -81,10 +83,10 @@ Direct access to the synchronous `CommonDatabase` (`sqlite.Database` equivalent
8183

8284
## Examples
8385

84-
For complete app examples, see our [example app gallery](https://docs.powersync.com/resources/demo-apps-example-projects#flutter)
86+
For complete app examples, see our [example app gallery](https://docs.powersync.com/resources/demo-apps-example-projects#flutter).
8587

8688

87-
For examples of some common patterns, see our [example snippets](./example/README.md)
89+
For examples of some common patterns, see our [example snippets](./example/README.md).
8890

8991

9092
## Getting started

0 commit comments

Comments
 (0)