Skip to content

Commit 01874f5

Browse files
authored
Merge pull request #32 from powersync-ja/fix-readme-typos
Fix Readme typos
2 parents 3d81a1f + e9400ad commit 01874f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ After cloning this repo be sure to init the Git submodules
2222
git submodule init && git submodule update
2323
```
2424

25-
This monorepo uses Yarn as it works well with React native.
25+
This monorepo uses Yarn as it works well with React Native.
2626

2727
Install workspace dependencies
2828
```bash
@@ -53,7 +53,7 @@ Merging a PR with Changesets will automatically create a PR with version bumps.
5353

5454
## React Native Quick SQLite Development
5555

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

5858
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`.
5959

0 commit comments

Comments
 (0)