Skip to content

Commit

Permalink
📚 docs(manual/usage): Fix require/import code samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Mar 17, 2021
1 parent 3b29d38 commit 2989720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'regenerator-runtime/runtime.js' ;

Then
```js
const number = require( '@aureooms/js-collections-deque' ) ;
const {deque} = require( '@aureooms/js-collections-deque' ) ;
// or
import number from '@aureooms/js-collections-deque' ;
import deque from '@aureooms/js-collections-deque' ;
```

0 comments on commit 2989720

Please sign in to comment.