diff options
-rw-r--r-- | docs/markdown/Dependencies.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dependencies.md b/docs/markdown/Dependencies.md index 608f3b2..e243e94 100644 --- a/docs/markdown/Dependencies.md +++ b/docs/markdown/Dependencies.md @@ -427,7 +427,7 @@ include path of the given module(s) to the compiler flags. (since v0.47.0) **Note** using private headers in your project is a bad idea, do so at your own risk. -`method` may be `auto`, `pkgconfig` or `qmake`. +`method` may be `auto`, `pkg-config` or `qmake`. ## SDL2 |