Skip to content

Commit 33e14b9

Browse files
committed
Update README.md
1 parent d5469c5 commit 33e14b9

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Visit page and select `CSV to APKG` from top menu.<br>
1313

1414
# Set Up a new project from scratch
1515
1. Download `genanki.js` from `dist` folder and add to the project
16-
```js
17-
genanki.js // for creating and exporting anki package file
16+
```html
17+
<!-- for creating and exporting anki package file -->
18+
<script src='genanki.js'></script>
1819
```
1920

2021
2. Add [sql.js](https://github.com/sql-js/sql.js), [FileSaver.js](https://github.com/eligrey/FileSaver.js) and [JSZip](https://github.com/Stuk/jszip) to the project

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ Fork and download [this](https://github.com/infinyte7/genanki-js) repository. Th
1010
# Set Up a new project from scratch
1111
#### 1. Download `genanki.js` from [dist](https://github.com/infinyte7/genanki-js/tree/main/dist) folder and add to the project
1212

13-
```
14-
genanki.js // for creating and exporting anki package file
13+
```html
14+
<!-- for creating and exporting anki package file -->
15+
<script src='genanki.js'></script>
1516
```
1617

1718
#### 2. Add [sql.js](https://github.com/sql-js/sql.js), [FileSaver.js](https://github.com/eligrey/FileSaver.js) and [JSZip](https://github.com/Stuk/jszip) to the project

0 commit comments

Comments
 (0)