From 52fae93d2903fc606bb0c4347a994a1b1285835b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 Apr 2018 15:38:13 +0100 Subject: Fixing documentation and building --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9e1635fa..deace2fd 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The full documentation of the API can be seen ## Installation and usage To use YAGE for your own game, you should link it as a static library and -include the [yage.h](/include/YAGE/yage.h) header in your project. To link the +include the [yage.h](/yage/yage.h) header in your project. To link the project using cmake, the library has to be added as a subdirectory and then linked with the name `yage`. -- cgit