mirror of https://github.com/vladmandic/human
minor typos
parent
bc4c378f33
commit
1bd394e303
|
@ -159,7 +159,7 @@ Simply load `Human` (*IIFE version*) directly from a cloud CDN in your HTML file
|
||||||
```html
|
```html
|
||||||
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/@vladmandic/human/dist/human.js"></script>
|
||||||
<script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script>
|
<script src="https://unpkg.dev/@vladmandic/human/dist/human.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/human/2.1.4/human.js"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/human/2.1.5/human.js"></script>
|
||||||
```
|
```
|
||||||
|
|
||||||
For details, including how to use `Browser ESM` version or `NodeJS` version of `Human`, see [**Installation**](https://github.com/vladmandic/human/wiki/Install)
|
For details, including how to use `Browser ESM` version or `NodeJS` version of `Human`, see [**Installation**](https://github.com/vladmandic/human/wiki/Install)
|
||||||
|
|
|
@ -242,7 +242,7 @@ export interface Config {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* [Default values](https://github.com/vladmandic/human/blob/main/src/config.ts#L244) for {@Config}
|
* [See all default Config values...](https://github.com/vladmandic/human/blob/main/src/config.ts#L244)
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
const config: Config = {
|
const config: Config = {
|
||||||
|
|
Loading…
Reference in New Issue