Skip to content

Commit

Permalink
update npm name
Browse files Browse the repository at this point in the history
  • Loading branch information
sywhb committed Mar 7, 2024
1 parent 21217c0 commit b5a040e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
## Installation

```bash
npm install @omnivore/api
npm install @omnivore-app/api
```

## Usage
Expand All @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b5a040e

Please sign in to comment.