Skip to content

Commit

Permalink
Remove import note
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed May 24, 2024
1 parent 7790100 commit c4cb1e6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ Flags:
--help|-h Show help
```

The specified `<script>` or `<filename>` is run using `Module.load()`. For more information on the module system and the supported formats, see <https://github.com/holepunchto/bare-module>. When imported, the module exports the global `Bare` namespace.

```js
const Bare = require('bare')
```
The specified `<script>` or `<filename>` is run using `Module.load()`. For more information on the module system and the supported formats, see <https://github.com/holepunchto/bare-module>.

## Architecture

Expand Down

0 comments on commit c4cb1e6

Please sign in to comment.