Skip to content

Commit

Permalink
opsie
Browse files Browse the repository at this point in the history
  • Loading branch information
tj-commits committed Oct 29, 2024
1 parent 89c194d commit 5549d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ To learn about wormholes and their dangers [see here](docs/index.md).
# Installation
bash:
```py
$ npm i wormhole-connections
$ npm i wormhole-interconnections
```

# usage


```js
const w = require('wormhole-connections')
const w = require('wormhole-interconnections')
```
Outputs the red text "Wormhole" in the console

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "wormhole-interconnections",
"description": "Output the chalk red text Wormhole.",
"version": "1.0.1",
"version": "2.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 5549d4f

Please sign in to comment.