diff --git a/build/premake/cxxtest/README.md b/build/premake/cxxtest/README.md index 41770acb1a..6f49a9fa03 100644 --- a/build/premake/cxxtest/README.md +++ b/build/premake/cxxtest/README.md @@ -1 +1 @@ -This premake module adds supports for CxxTest (http://cxxtest.com/). +# This premake module adds supports for CxxTest (http://cxxtest.com/) diff --git a/build/premake/pkgconfig/README.md b/build/premake/pkgconfig/README.md index 542ec34a0b..1bb5b87eec 100644 --- a/build/premake/pkgconfig/README.md +++ b/build/premake/pkgconfig/README.md @@ -1,4 +1,4 @@ -This premake module adds supports for pkgconfig. +# This premake module adds supports for pkgconfig It allows one to use the `pkg-config` command (or an alternative one like `sdl2-config` to determine the names of libraries to be passed to the linker.