diff --git a/README.md b/README.md
index 43838a8..7e495a7 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,8 @@ Now if you have `` ZeroQL `` package installed to your `` csproj ``, it will aut
```
+The generated client would be stored inside ``./obj/ZeroQL `` folder. So it will never appear in the solution. However, you still have access to generated classes in your source code.
+
If you want to turn off automatic generation on every build, it is possible to disable it:
``` xml