all-named-html-entities 2.0.7 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -38,6 +38,7 @@ If you need a legacy version which works with `require`, use version 1.6.0
38
38
 
39
39
  ```js
40
40
  import { strict as assert } from "assert";
41
+
41
42
  import {
42
43
  allNamedEntities,
43
44
  allNamedEntitiesSetOnly,
@@ -59,7 +60,7 @@ assert.equal(entStartsWith.A.E[0], "AElig");
59
60
 
60
61
  ## Documentation
61
62
 
62
- Please [visit codsen.com](https://codsen.com/os/all-named-html-entities/) for a full description of the API and examples.
63
+ Please [visit codsen.com](https://codsen.com/os/all-named-html-entities/) for a full description of the API.
63
64
 
64
65
  ## Contributing
65
66
 
@@ -71,4 +72,6 @@ MIT License
71
72
 
72
73
  Copyright (c) 2010-2021 Roy Revelt and other contributors
73
74
 
75
+
74
76
  <img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center">
77
+