diff --git a/README.md b/README.md index e0b3897..000459d 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ There is an example app provided in `example/`. If you want to build the tooling ### Combating slow compile times/linking times Unfortunately Prism is built upon tons of statically linked libraries, and GCC's linker is notoriously slow for this task. If possible, -use Clang and your build times will dramatically increase. +use Clang and your build times should improve dramatically. ## Usage The ideal way to use it is by letting prism take over your main() and implementing an app_main() instead,