color-name-list 10.13.0 → 10.14.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -113,7 +113,7 @@ allows you to access all the color names and names from other publicly available
113
113
  name lists. You can find the full API code and documentation
114
114
  [in this repository](https://github.com/meodai/color-name-api).
115
115
 
116
- #### API Exaple Call Usage
116
+ #### API Example Call Usage
117
117
 
118
118
  ```url
119
119
  https://api.color.pizza/v1/?values=00f,f00,f00&list=bestOf
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "color-name-list",
3
- "version": "10.13.0",
3
+ "version": "10.14.0",
4
4
  "description": "long list of color names",
5
5
  "main": "dist/colornames.json",
6
6
  "browser": "dist/colornames.umd.js",