소스 검색

added npx tgsession command to README.md (#78)

Gowtham 4 년 전
부모
커밋
225a1b80e0
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -17,6 +17,8 @@ The output will be in `browser` folder.
 In the browser gramjs will use localstorage to not regenerate api methods each run.
 check the `examples` folder for more info.
 
+## Generate Session String
+To generate session string , simply run ` npx tgsession ` and provide required details 
 
 ## Using raw api
 Currently you can use any raw api function using `await client.invoke(new RequestClass(args))` .