Skip to content

Commit 9fe8398

Browse files
authored
Typos README.md
This pull request fixes several typos and inconsistencies in the documentation. Signed-off-by: Dmitry <[email protected]>
1 parent afb6343 commit 9fe8398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-adapter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This package is required to run the thirdweb connect SDK in React Native.
66

77
### 1. Install the packages
88

9-
Using your favorite pacakge manager, install all the require dependencies
9+
Using your favorite package manager, install all the required dependencies
1010

1111
```shell
1212
npx expo install thirdweb @thirdweb-dev/react-native-adapter
@@ -119,7 +119,7 @@ This means that you can follow all the React documentation and expect it all to
119119
Examples:
120120

121121
```tsx
122-
import { ThirdwebProvider } form "thirdweb/react";
122+
import { ThirdwebProvider } from "thirdweb/react";
123123
```
124124

125125
### Resources

0 commit comments

Comments
 (0)