Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit 7b31bb4

Browse files
author
steven.roulleau
committed
fix(doc): readme example
1 parent ad1c2f2 commit 7b31bb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ yarn add iink-js
9494

9595
2. Add the following lines in the `head` section of your file to use iinkJS and the css. We use [PEP](https://github.com/jquery/PEP) to ensure better browsers compatibilities. Note that you can also use it using dependencies from `node_modules`:
9696
```html
97-
<script src="node_modules/myscript/dist/myscript.min.js"></script>
97+
<script src="node_modules/iink-js/dist/iink.min.js"></script>
9898
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
9999
```
100100

@@ -132,7 +132,7 @@ yarn add iink-js
132132
```html
133133
<html>
134134
<head>
135-
<script src="node_modules/myscript/dist/myscript.min.js"></script>
135+
<script src="node_modules/iink-kjs/dist/iink.min.js"></script>
136136
<script src="https://code.jquery.com/pep/0.4.3/pep.js"></script>
137137
<style>
138138
#editor {

0 commit comments

Comments
 (0)