mirror of https://github.com/vladmandic/human
updated docs
parent
f56a479983
commit
7983fb7aca
10
README.md
10
README.md
|
@ -28,12 +28,6 @@ Compatible with Browser, WebWorker and NodeJS execution!
|
|||
|
||||
<hr>
|
||||
|
||||
## Options
|
||||
|
||||
Detailed configuration options are explained below, but they are best seen in the menus present in the `demo` application:
|
||||
|
||||

|
||||
|
||||
## Installation
|
||||
|
||||
**Important**
|
||||
|
@ -232,6 +226,10 @@ For example:
|
|||
|
||||
## Configuration
|
||||
|
||||
Detailed configuration options are explained below, but they are best seen in the menus present in the `demo` application:
|
||||
|
||||

|
||||
|
||||
Below is output of `human.defaults` object
|
||||
Any property can be overriden by passing user object during `human.detect()`
|
||||
Note that user object and default configuration are merged using deep-merge, so you do not need to redefine entire configuration
|
||||
|
|
Loading…
Reference in New Issue