diff --git a/README.md b/README.md index a12c638..14bdbdc 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,7 @@ Luminoveau provides a set of tools and utilities to help developers build immers ## Example program This is the bare minimum to get a window going. ```cpp - #include "window/windowhandler.h" - #include "render2d/render2dhandler.h" + #include "luminoveau.h" int main() {