Skip to content

Commit 9a95801

Browse files
committed
docs: ES6 correction
1 parent 69d4e29 commit 9a95801

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

-6
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,6 @@ First import `LLMInterface`. You can do this using either the CommonJS `require`
8989
const { LLMInterface } = require('llm-interface');
9090
```
9191

92-
or the ES6 `import` syntax:
93-
94-
```javascript
95-
import { LLMInterface } from 'llm-interface';
96-
```
97-
9892
then send your prompt to the LLM provider:
9993

10094
```javascript

0 commit comments

Comments
 (0)