Skip to content

Commit 08833c4

Browse files
authored
fix(hermes-docs)-fix Readme file (#2651)
1 parent 89b1f2a commit 08833c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/hermes/client/js/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ This library is a client for interacting with Hermes, allowing your application
99
### npm
1010

1111
```
12-
$ npm install --save @pythnetwork/hermes-client
12+
npm install --save @pythnetwork/hermes-client
1313
```
1414

1515
### Yarn
1616

1717
```
18-
$ yarn add @pythnetwork/hermes-client
18+
yarn add @pythnetwork/hermes-client
1919
```
2020

2121
## Quickstart

0 commit comments

Comments
 (0)