Skip to content

Commit d3bac61

Browse files
authored
Update README.md
Typo in README.md
1 parent e277fef commit d3bac61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using TypeORM with React Nactive
1+
# Using TypeORM with React Native
22
Starting with 0.2.0-alpha.44 TypeORM supports React Native with the [`react-native-sqlite-storage`](https://github.com/andpor/react-native-sqlite-storage) plugin.
33
This example shows how you can use TypeORM in your app.
44
Use `react-native run-android` to run this example on your device.
@@ -10,4 +10,4 @@ Use `react-native run-android` to run this example on your device.
1010
4. Add `skipLibCheck: true` to your `tsconfig.json`-file (Node.js and React Native define `require`)
1111
5. Use `react-native` as `type` for your connection option (read more about [connection options](http://typeorm.io/#/connection-options/))
1212

13-
![Screenshot](Screenshot.png)
13+
![Screenshot](Screenshot.png)

0 commit comments

Comments
 (0)