Skip to content

Commit d47b0a7

Browse files
committed
Adding remaining functionality from legacy code. Correcting package namespace.
1 parent ed5b938 commit d47b0a7

File tree

13 files changed

+5596
-266
lines changed

13 files changed

+5596
-266
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ Key Features:
2121

2222
### Method 1: NPM / Bundlers
2323
```bash
24-
npm install scobot
24+
npm install @cybercussion/scobot
2525
```
2626
```javascript
27-
import { SCOBot } from 'scobot';
27+
import { SCOBot } from '@cybercussion/scobot';
2828
```
2929

3030
### Method 2: Browser (Script Tag)

0 commit comments

Comments
 (0)