Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Shreyaschorge authored Nov 9, 2023
2 parents ae2e78f + fa53b07 commit 0cb5725
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
@@ -1,6 +1,6 @@
# [@neynar/nodejs-sdk](https://www.npmjs.com/package/@neynar/nodejs-sdk)

@neynar/nodejs-sdk typescript-based, easy to use sdk built to interact with [Neynar API's](https://docs.neynar.com/).
@neynar/nodejs-sdk typescript-based, easy-to-use SDK built to interact with [Neynar API's](https://docs.neynar.com/).

## Instantiate Client

Expand All @@ -16,7 +16,7 @@ export default neynarClient;

## Use Client

Errors are propagated, so the user can handle them as they please, so use try/catch or .catch() and handle erros accordingly
Errors are propagated, so the user can handle them as they please, so use try/catch or .catch() and handle errors accordingly

```
try {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neynar/nodejs-sdk",
"version": "0.10.7",
"version": "0.10.8",
"description": "SDK to interact with Neynar APIs (https://docs.neynar.com/)",
"main": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down

0 comments on commit 0cb5725

Please sign in to comment.