Skip to content

Commit ba81913

Browse files
authored
Update README.md
1 parent 3973a8f commit ba81913

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,10 @@ API_KEY=1234567890
2424
```js
2525
const ck = require('ckey');
2626

27-
const userName = ck.USER; // yortrosal@gmail.com
27+
const userName = ck.USER; // your_email@gmail.com
2828
const password = ck.PASSWORD; // iampassword123
2929
const apiKey = ck.API_KEY; // 1234567890
3030
```
3131

32-
### 🎩 Authors
33-
- Jorge Rosal - [GitHub](https://github.com/yortrosal)
34-
3532
### 📜 License
3633
The MIT License (MIT) Jorge Rosal

0 commit comments

Comments
 (0)