Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Codertocat committed May 9, 2019
1 parent 7f64699 commit 6c62fb4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ This is a simple npm package that demonstrates the [Github Package Registry](htt

## Usage

`const myPackage = require('hello-world-node-package');`
`myPackage.helloWorld();`
```
const myPackage = require('hello-world-node-package');
myPackage.helloWorld();
```

0 comments on commit 6c62fb4

Please sign in to comment.