From 7983fb7acad31d52d748cbb9a4a44257a03c5271 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Tue, 27 Oct 2020 10:32:12 -0400 Subject: [PATCH] updated docs --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fc648548..cefed4f1 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,6 @@ Compatible with Browser, WebWorker and NodeJS execution!
-## Options - -Detailed configuration options are explained below, but they are best seen in the menus present in the `demo` application: - -![Menus](assets/screenshot-menu.png) - ## 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: + +![Menus](assets/screenshot-menu.png) + 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