瀏覽代碼

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

Aditya Arora 6 月之前
父節點
當前提交
08833c43ba
共有 1 個文件被更改,包括 2 次插入2 次删除
  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