소스 검색

Update README.md (#457)

Update the install command which incorrectly states devDependencies.
Steveantor 2 년 전
부모
커밋
af4f9c2648
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -12,13 +12,13 @@ Here you'll learn how to obtain necessary information to create telegram applica
 Install GramJS:
 
 ```bash
-$ npm i telegram -D
+$ npm i telegram
 ```
 
 Install [input package](https://www.npmjs.com/package/input), we'll use it to prompt ourselves inside terminal for login information:
 
 ```bash
-$ npm i input -D
+$ npm i input
 ```
 
 After installation, you'll need to obtain an API ID and hash: