From 41a037077a8ca668765bdf7cf45f30c39ad8adb7 Mon Sep 17 00:00:00 2001 From: Natapat Samutpong Date: Sat, 12 Mar 2022 07:14:31 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f59c2cd..daec068 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Note: Everything in this project can be changed at anytime! (I'm still finding o - `clang++`(preferred, default) or any C++ compiler - Rust (if you're going to build from source) -# (Compiler) Configuration +# Configuration You can also configurate Hades compiler (currently you can only change the C++ compiler). Make a new file called `hades.toml` in the current working directory and the compiler will look for it! if there isn't one then it will use the default configuration: ```toml [compiler]