Skip to content

Commit 842cc3e

Browse files
author
DominicGBauer
committed
chore: casing of name
1 parent 3287be9 commit 842cc3e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Monorepo for all things React Native and PowerSync.
55
## Monorepo Structure
66

77
- [packages/powersync-sdk-common](./packages/powersync-sdk-common/README.md)
8-
- A Typescript implementation of a PowerSync database connector and streaming sync bucket implementation.
8+
- A TypeScript implementation of a PowerSync database connector and streaming sync bucket implementation.
99

1010
- [packages/powersync-sdk-react-native](./packages/powersync-sdk-react-native/README.md)
1111
- An extension of `packages/powersync-sdk-common` which provides React Native specific implementations of abstracted features.
1212

1313
- [apps/supabase-todolist](https://github.com/powersync-ja/powersync-supabase-react-native-todolist-demo)
14-
* An Expo React Native demo app using Supabase.
14+
- An Expo React Native demo app using Supabase.
1515

1616
# Development
1717

@@ -57,7 +57,7 @@ Merging a PR with Changesets will automatically create a PR with version bumps.
5757

5858
## React Native Quick SQLite Development
5959

60-
Testing live development changes to `@journeyapps/react-native-quick-sqlite` will not work with standard `yarn link` commands. Metro does not work well with symlinks https://github.com/facebook/metro/issues/286.
60+
Testing live development changes to `@journeyapps/react-native-quick-sqlite` will not work with standard `yarn link` commands. Metro does not work well with symlinks <https://github.com/facebook/metro/issues/286>.
6161

6262
The process of releasing development packages for `@journeyapps/react-native-quick-sqlite` for each change can be tedious and slow. A faster (and hackier) method is to use [mtsl](https://www.npmjs.com/package/mtsl) which will watch and copy the package into this workspace's `node_modules`.
6363

docs/docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Monorepo for all things React Native and PowerSync.
1616
- An Expo React native app using Supabase.
1717

1818
- [packages/powersync-sdk-common](./packages/powersync-sdk-common/README.md)
19-
- A Typescript implementation of a PowerSync database connector and streaming sync bucket implementation.
19+
- A TypeScript implementation of a PowerSync database connector and streaming sync bucket implementation.
2020

2121
- [packages/powersync-sdk-react-native](./packages/powersync-sdk-react-native/README.md)
2222
- An extension of `packages/powersync-sdk-common` which provides React Native specific implementations of abstracted features.

0 commit comments

Comments
 (0)