Skip to content

Commit 480815b

Browse files
committed
docs(core): Fix core's names
1 parent 6d1e9ca commit 480815b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/core/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
const ECTOR = require('@ector/core');
1111

1212
let ector = {
13-
bot: 'ECTOR',
14-
user: 'Guy'
13+
name: 'ECTOR',
14+
username: 'Guy'
1515
};
1616

1717
ector = ECTOR.addEntry('Hello ECTOR!');
@@ -20,7 +20,7 @@ const response = ECTOR.getResponse(ector);
2020
console.log(response);
2121
```
2222

23-
will give
23+
should give
2424

2525
```txt
2626
Hello Guy!

0 commit comments

Comments
 (0)