From dff44997bc54210a67f334e397592a13fe9f416c Mon Sep 17 00:00:00 2001 From: Mohammad Honarvar Date: Sat, 9 Nov 2024 11:27:55 +0330 Subject: [PATCH] doc(client): update --- packages/client/README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/packages/client/README.md b/packages/client/README.md index 5f27c66f..47956807 100644 --- a/packages/client/README.md +++ b/packages/client/README.md @@ -3,23 +3,19 @@ ## Installation ```bash -npm install @alwatr/nitrobase-client +npm install @alwatr/nitrobase ``` ## Getting Started -### Create a Collection - ```js -import {} from '@alwatr/nitrobase-client'; +import {} from '@alwatr/nitrobase'; ``` ## Sponsors The following companies, organizations, and individuals support Nitrobase ongoing maintenance and development. Become a Sponsor to get your logo on our README and website. -[![Exir Studio](https://avatars.githubusercontent.com/u/181194967?s=200&v=4)](https://exirstudio.com) - ### Contributing Contributions are welcome! Please read our [contribution guidelines](https://github.com/Alwatr/.github/blob/next/CONTRIBUTING.md) before submitting a pull request.