Skip to content

Commit

Permalink
remove cjs example
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero authored Mar 20, 2024
1 parent 5fcaafc commit b79f538
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ npm install ventojs
And then import Vento:

```js
// ESM:
import vento from "ventojs";

// CJS:
const vento = require("ventojs");
```

## Usage
Expand Down

0 comments on commit b79f538

Please sign in to comment.