diff --git a/README.md b/README.md index 94816ac9..60e31f58 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ account.create(ID.unique(), 'me@example.com', 'password', 'Jane Doe') ### Full Example ```js -import { Client, Account } from 'react-native-appwrite'; +import { Client, Account, ID } from 'react-native-appwrite'; // Init your React Native SDK const client = new Client(); @@ -113,4 +113,4 @@ This library is auto-generated by Appwrite custom [SDK Generator](https://github ## License -Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information. \ No newline at end of file +Please see the [BSD-3-Clause license](https://raw.githubusercontent.com/appwrite/appwrite/master/LICENSE) file for more information.