summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-24 22:51:08 +1100
committerOmniscient <17525998+omnisci3nce@users.noreply.github.com>2024-02-24 22:51:08 +1100
commitb27cfd40b88a4c2689560b3d3235c8579b9778f6 (patch)
tree9e6bd298a6fc3cd19f8891598db233dac3a4ea1d /README.md
parent7b3afcaf77f96e7d62f6cd1623ead7f17512d79f (diff)
fix: clang-format command invocation in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5f5b612..ed073fa 100644
--- a/README.md
+++ b/README.md
@@ -16,5 +16,5 @@ All third-party dependencies are licensed under their own license.
* Formatting
* `xmake format`
- * Lint (no change) `find lib/core -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror`
- * Format (edit in place) `find src -iname *.h -o -iname *.c | xargs clang-format -i --style=file` \ No newline at end of file
+ * Lint (no change) `find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror`
+ * Format (edit in place) `find src/ -iname *.h -o -iname *.c | xargs clang-format -i --style=file` \ No newline at end of file