From 48ba09bb9d528200c0c4d3ca265a0f9a4b521b6d Mon Sep 17 00:00:00 2001 From: Pavel Vorobyov Date: Tue, 1 Oct 2019 10:43:56 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea40e4..ef3284a 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ work_groups = workgroup1,workgroup2 ### Inventoree -**Inventoree** backend utilizes the modern inventoree API v2 which is supported since inventoree 7.0. There's no specific handler for xc though so the data loading is performed in several steps. It's still faster than conductor backend as it doesn't rely on internal inventoree recursive data fetching. The configuration is similar to **conductor** however it's mandatory to configure `auth_token` option is inventoree doesn't have API handlers without authentication. +**Inventoree** backend utilizes the modern inventoree API v2 which is supported since inventoree 7.0. There's no specific handler for xc though so the data loading is performed in several steps. It's still faster than conductor backend as it doesn't rely on internal inventoree recursive data fetching. The configuration is similar to **conductor** however it's mandatory to configure `auth_token` option as inventoree doesn't have API handlers without authentication. ``` [backend]