aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>2022-09-01 23:54:06 +0200
committerGitHub <noreply@github.com>2022-09-01 22:54:06 +0100
commit80673fb5cfa32d3ff75d54c4c4173d32905fda30 (patch)
treea8c2c4f868dbea0291f4c375a6ffd8d772f0ef8b /README.md
parente289eaa1f7a77de79bcc640b055f8d28cf1d66ea (diff)
downloadNorthstarLauncher-80673fb5cfa32d3ff75d54c4c4173d32905fda30.tar.gz
NorthstarLauncher-80673fb5cfa32d3ff75d54c4c4173d32905fda30.zip
Refactor cleanup (#256)
* Fix indentation * Fix path in clang-format command in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 855969e2..434231e6 100644
--- a/README.md
+++ b/README.md
@@ -9,4 +9,4 @@ Check [BUILD.md](https://github.com/R2Northstar/NorthstarLauncher/blob/main/BUIL
## Format
-This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file LauncherInjector/*.cpp LauncherInjector/*.h NorthstarDedicatedTest/*.cpp NorthstarDedicatedTest/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.
+This project uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html), make sure you run `clang-format -i --style=file NorthstarLauncher/*.cpp NorthstarLauncher/*.h NorthstarDLL/*.cpp NorthstarDLL/*.h` when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.