From 8b89c5a854f72d2af78376332b05d6e7ef36acd5 Mon Sep 17 00:00:00 2001
From: ENGO150 <v.smejkal06@gmail.com>
Date: Sun, 1 May 2022 16:41:36 +0200
Subject: [PATCH] added installed header files

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

diff --git a/README.md b/README.md
index e4d6e1a..6608f11 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ Run 'build.sh install' with root permissions to install WHY2 on your system.
 
 Run `configure.sh` and you'll be good to go.
 
-To **encrypt** text, use function `encryptText()` from file `include/encrypter.h`.
+To **encrypt** text, use function `encryptText()` from file `<why2/encrypter.h>` (`include/encrypter.h`).
 
-To **decrypt** text, use function `decryptText()` from file `include/decrypter.h`.
+To **decrypt** text, use function `decryptText()` from file `<why2/decrypter.h>` (`include/decrypter.h`).
 
 Jump to [examples](#examples) if you're not sure, how to use.