Browse Source

fix(hermes-docs)-fix Readme file (#2651)

Aditya Arora 6 tháng trước cách đây
mục cha
commit
08833c43ba
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      apps/hermes/client/js/README.md

+ 2 - 2
apps/hermes/client/js/README.md

@@ -9,13 +9,13 @@ This library is a client for interacting with Hermes, allowing your application
 ### npm
 
 ```
-$ npm install --save @pythnetwork/hermes-client
+npm install --save @pythnetwork/hermes-client
 ```
 
 ### Yarn
 
 ```
-$ yarn add @pythnetwork/hermes-client
+yarn add @pythnetwork/hermes-client
 ```
 
 ## Quickstart