Skip to content

Commit 49bae79

Browse files
authored
Update README.md
1 parent e3549c8 commit 49bae79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Using `cxx` is simple:
1919
* `cxx pro` generates a project file that is compatible with QtCreator.
2020
* `cxx cmake ninja` generates a `CMakeLists.txt` file and then builds the project using `ninja` (and `ccache`, if available).
2121
* `cxx ninja` just builds the project using a `CMakeLists.txt` file and `ninja` (and `ccache`, if available).
22-
* `cxx export` generates build files for users without cxx.
22+
* `cxx export` generates build files for users without `cxx`.
2323

2424
No configuration files are needed, but the projects needs to either be very simple (a single `main.cpp`) or have a `cxx`-friendly directory structure.
2525

0 commit comments

Comments
 (0)