File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ HTML4 character entity information.
4
4
5
5
## Installation
6
6
7
- [ npm] [ npm-install ] :
7
+ [ npm] [ ] :
8
8
9
9
``` bash
10
10
npm install character-entities-html4
@@ -13,10 +13,10 @@ npm install character-entities-html4
13
13
## Usage
14
14
15
15
``` js
16
- console .log (characterEntities .AElig ); // Æ
17
- console .log (characterEntities .aelig ); // æ
18
- console .log (characterEntities .amp ); // &
19
- console .log (characterEntities .apos ); // undefined
16
+ console .log (characterEntities .AElig ); // => 'Æ'
17
+ console .log (characterEntities .aelig ); // => 'æ'
18
+ console .log (characterEntities .amp ); // => '&'
19
+ console .log (characterEntities .apos ); // => undefined
20
20
```
21
21
22
22
## API
@@ -43,7 +43,7 @@ See [w3.org][html].
43
43
44
44
[ codecov ] : https://codecov.io/github/wooorm/character-entities-html4
45
45
46
- [ npm-install ] : https://docs.npmjs.com/cli/install
46
+ [ npm ] : https://docs.npmjs.com/cli/install
47
47
48
48
[ license ] : LICENSE
49
49
You can’t perform that action at this time.
0 commit comments