Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
includeDaniel authored Jul 31, 2023
1 parent d7e09a5 commit 3394b90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Usage:
//module
import fibonacci from '@includedaniel/fibonacci'
console.log(fibonacci(25))
```

```js
//commomjs
const fibonacci = require('@includedaniel/fibonacci')
console.log(fibonacci(25))
Expand Down

0 comments on commit 3394b90

Please sign in to comment.