Skip to content

Commit a31790a

Browse files
committed
docs: Typo
1 parent 4867483 commit a31790a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ $ node dist/demos/window.js
5252
$ node dist/demos/messagebox.js
5353
````
5454

55-
With bundling:
56-
* Build the lib, then:
55+
* With bundling:
5756
````shell
5857
$ npm run build:demos
5958
$ node demos/window/window.js
@@ -66,6 +65,6 @@ $ node demos/messagebox/messagebox.js
6665
* `./source/demos`:
6766
* Some usage examples. (*only two at the time, more to come later*)
6867
* `./source/rollup`:
69-
* A [Rollup](https://rollup.org) plugin to ease the process of bundling this library with your code. This targets the *consumers* of the library, not the library itself. (*more info to come*).
68+
* A [Rollup](https://rollup.org) plugin to ease the process of bundling this library with your code. (*more info to come, meanwhile see [rollup.config.js](./rollup.config.js)*).
7069
* `./source/stubs`:
7170
* Used for efficient bundling of Koffi with `Rollup`.

0 commit comments

Comments
 (0)