From 3543bd0b63b257a2073bb45a7c7a983bf3a50214 Mon Sep 17 00:00:00 2001 From: Oliver Date: Fri, 10 May 2019 07:40:08 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 502701623e..a47412776f 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ # InvenTree InvenTree is an open-source Inventory Management System which provides powerful low-level stock control and part tracking. The core of the InvenTree system is a Python/Django database backend which provides an admin interface (web-based) and a JSON API for interaction with external interfaces and applications. -InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. Updating stock is a single-action procses and does not require a complex system of work orders or stock transactions. +InvenTree is designed to be lightweight and easy to use for SME or hobbyist applications, where many existing stock management solutions are bloated and cumbersome to use. Updating stock is a single-action process and does not require a complex system of work orders or stock transactions. -However, complex business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information. +However, powerful business logic works in the background to ensure that stock tracking history is maintained, and users have ready access to stock level information. ## User Documentation