Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit ebd78dc

Browse files
author
Ray Arayilakath
authored
Formatting
1 parent d75f384 commit ebd78dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ If you have not already download npm:
102102
import ReplAPI from 'replapi-it';
103103
```
104104
3. Initilize the package
105-
```js
106-
const replapi = ReplAPI({
107-
username: 'your-username-here'
108-
});
109-
```
105+
```js
106+
const replapi = ReplAPI({
107+
username: 'your-username-here'
108+
});
109+
```
110110

111111
## Usage
112112

0 commit comments

Comments
 (0)