summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwithmorten <morten.with@gmail.com>2021-02-04 01:42:42 +0100
committerGitHub <noreply@github.com>2021-02-04 01:42:42 +0100
commit958c828a2c8ec55dbaa9fecb4712a5964d2d7adc (patch)
treeb41fe26504422d0677118194ac8c56f544ed49e5
parentreduce warnings in msvc librw build (diff)
downloadre3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.tar
re3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.tar.gz
re3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.tar.bz2
re3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.tar.lz
re3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.tar.xz
re3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.tar.zst
re3-958c828a2c8ec55dbaa9fecb4712a5964d2d7adc.zip
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f69c8512..84713f99 100644
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@ Assuming you have Visual Studio:
> :information_source: There are various settings in [config.h](https://github.com/GTAmodding/re3/tree/miami/src/core/config.h), you may want to take a look there. i.e. FIX_BUGS define fixes the bugs we've come across.
-> :information_source: **Did you notice librw?** reVC uses completely homebrew RenderWare-replacement rendering engine; [librw](https://github.com/aap/librw/). librw comes as submodule of re3, but you also can use LIBRW enviorenment variable to specify path to your own librw.
+> :information_source: **Did you notice librw?** reVC uses completely homebrew RenderWare-replacement rendering engine; [librw](https://github.com/aap/librw/). librw comes as submodule of reVC, but you also can use LIBRW enviorenment variable to specify path to your own librw.
## Contributing
Please read the [Coding Style](https://github.com/GTAmodding/re3/blob/miami/CODING_STYLE.md) Document