Skip to content

Commit 1c6bdc7

Browse files
update readme
1 parent 26cc17d commit 1c6bdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The **classic import** via script tag has them all available without further ado
9191
* ...
9292
* ``BaseEx.BaseEx``
9393

94-
The same goes for the CommonJS import from Node. The only difference is, that the scope is not necessarily named ``BaseEx``, as this is defined by the user (``const myName = require("base-ex") --> myName.Base16...``).
94+
The same goes for the **CommonJS import** from Node. The only difference is, that the scope is not necessarily named ``BaseEx``, as this is defined by the user (``const myName = require("base-ex") --> myName.Base16...``).
9595

9696
Full **import** for **ES6** modules:
9797

0 commit comments

Comments
 (0)