Skip to content

Commit

Permalink
refactor: code review improvements
Browse files Browse the repository at this point in the history
Signed-off-by: andrei-zgirvaci <[email protected]>
  • Loading branch information
andrei-zgirvaci committed Aug 29, 2024
1 parent 2c01169 commit 44062d6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15,856 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

---

**React Native OMH Storage** streamlines connecting your React Native app to various cloud storage providers by providing lightweight bridges to native OMH Storage SDKs on both iOS and Android. It supports both Google Mobile Services (GMS) and non-GMS configurations, making it easy to incorporate Google Drive, OneDrive, Dropbox, and other supported third-party storage providers.
**React Native OMH Storage** streamlines connecting your React Native app to various cloud storage providers by providing lightweight bridges to native OMH Storage SDKs on both iOS and Android. It supports both Google Mobile Services (GMS) and non-GMS configurations, making it easy to incorporate Google Drive, OneDrive and Dropbox storage providers.

## Features

Expand Down Expand Up @@ -183,7 +183,7 @@ This is the main directory of the mono-repo for React Native OMH Storage. If you

## Contributing

- [Overview](https://github.com/openmobilehub/react-native-omh-storage/blob/main/CONTRIBUTING.md)
- [Overview](https://ideal-doodle-m69lynw.pages.github.io/docs/contributing)
- [Issues](https://github.com/openmobilehub/react-native-omh-storage/issues)
- [PRs](https://github.com/openmobilehub/react-native-omh-storage/pulls)

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const updatedPermission = await storageClient.updatePermission(

### Delete file permission

Delete a permission from a file.
Delete a permission for a file.

```typescript
await storageClient.deletePermission('fileId', 'permissionId');
Expand Down
Loading

0 comments on commit 44062d6

Please sign in to comment.