From: Trent Huber Date: Fri, 14 Feb 2025 20:51:02 +0000 (-0500) Subject: Trailing parenthesis X-Git-Url: https://trenthuber.com/code?a=commitdiff_plain;h=e6c473f6af8a2c9106d7b5c3df9f2e2638dfed54;p=xpmview.git Trailing parenthesis --- diff --git a/README.md b/README.md index ec27e47..b0e1abf 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ $ git submodule update --init $ cc -o build build.c && ./build && ./bin/simplexpm ``` -This will update the [Raylib](https://www.raylib.com) and [cbs](https://github.com/trenthuber/cbs.git)) submodules, build eveything, and run it. +This will update the [Raylib](https://www.raylib.com) and [cbs](https://github.com/trenthuber/cbs.git) submodules, build eveything, and run it. ## Using the program