From 5f5ba40e0900e94fa15892c52bfcde25f34043d6 Mon Sep 17 00:00:00 2001
From: Andrei Yankovich <EndrIIMail@gmail.com>
Date: Sun, 24 May 2020 11:59:34 +0300
Subject: [PATCH] Update README.md

---
 README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/README.md b/README.md
index 14309f2..997868f 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,8 @@ This is a simple login window library for qml projects. The project is built wit
 ```
 
 ``` qml
+import LoginViewModule 1.0
+
     LoginView {
         lognViewModel: exampleLogin // exampleLogin - this is inited model in main.cpp
         anchors.fill: parent