Skip to content

Commit

Permalink
docs: ES6 correction
Browse files Browse the repository at this point in the history
  • Loading branch information
samestrin committed Aug 17, 2024
1 parent 69d4e29 commit 9a95801
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,6 @@ First import `LLMInterface`. You can do this using either the CommonJS `require`
const { LLMInterface } = require('llm-interface');
```

or the ES6 `import` syntax:

```javascript
import { LLMInterface } from 'llm-interface';
```

then send your prompt to the LLM provider:

```javascript
Expand Down

0 comments on commit 9a95801

Please sign in to comment.