From b5a040e164d166ba29e8a2859d438e0d41596a93 Mon Sep 17 00:00:00 2001 From: Hongbo Wu Date: Thu, 7 Mar 2024 19:02:06 +0800 Subject: [PATCH] update npm name --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c3cc8a..e1cffc6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ## Installation ```bash -npm install @omnivore/api +npm install @omnivore-app/api ``` ## Usage @@ -17,7 +17,7 @@ npm install @omnivore/api Import the `Omnivore` class and create a new instance with your **API Key** and **Base URL**. Then you can use the instance to make requests to the Omnivore API. ```javascript -import { Omnivore } from '@omnivore/api' +import { Omnivore } from '@omnivore-app/api' const omnivore = new Omnivore({ authToken: 'your-auth-token', diff --git a/package.json b/package.json index b986f0b..9139eef 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@omnivore/api", + "name": "@omnivore-app/api", "version": "1.0.0", "description": "Omnivore API Client Library for Node.js", "main": "./dist/src/index.js",