Skip to content

Commit a6624fd

Browse files
committed
Update README.md
1 parent 2a2c9ae commit a6624fd

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
@@ -181,15 +181,15 @@ SQLiteDatabase db = SQLiteDatabase.openDatabase(config, null, null);
181181
Install the Expo package:
182182

183183
```bash
184-
npm install @sqliteai/sqlite-sync-expo@dev
184+
npm install @sqliteai/sqlite-sync-expo-dev
185185
```
186186

187187
Add to your `app.json`:
188188

189189
```json
190190
{
191191
"expo": {
192-
"plugins": ["@sqliteai/sqlite-sync-expo"]
192+
"plugins": ["@sqliteai/sqlite-sync-expo-dev"]
193193
}
194194
}
195195
```

0 commit comments

Comments
 (0)