Explorar el Código

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

Aditya Arora hace 6 meses
padre
commit
08833c43ba
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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