Fix readmes for premake modules

Markdown linter requires a heading and the heading not ending in a dot,
make the readmes not trigger a violation.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
This commit is contained in:
Ralph Sennhauser
2024-12-13 21:11:51 +01:00
parent 0e183ec1ce
commit 159117ded3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
This premake module adds supports for CxxTest (http://cxxtest.com/).
# This premake module adds supports for CxxTest (http://cxxtest.com/)
+1 -1
View File
@@ -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.