Ver Fonte

fix README.md

PrashoonB há 4 anos atrás
pai
commit
7160e9cc20
1 ficheiros alterados com 3 adições e 2 exclusões
  1. 3 2
      README.md

+ 3 - 2
README.md

@@ -51,8 +51,9 @@ $ kubectl run peerjs-server --image=peerjs/peerjs-server --port 9000 --expose --
 If you have your own server, you can attach PeerServer.
 If you have your own server, you can attach PeerServer.
 
 
 1. Install the package:
 1. Install the package:
-    ```sh
-    #$ cd your-project-path
+    ```bash
+    # $ cd your-project-path
+    
     # with npm
     # with npm
     $ npm install peer
     $ npm install peer