Skip to content

Commit 7f83007

Browse files
Fix docs to match name change
1 parent eda513b commit 7f83007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ cmake --build .
192192
ctest --output-on-failure
193193
```
194194

195-
To enable building with C++20 modules (and importing the library with `import sqlitecpp;`), pass `SQLITECPP_BUILD_MODULES` to the build system.
195+
To enable building with C++20 modules (and importing the library with `import sqlite;`), pass `SQLITECPP_BUILD_MODULES` to the build system.
196196

197197
#### Building with meson
198198

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ cmake --build .
193193
ctest --output-on-failure
194194
```
195195

196-
To enable building with C++20 modules (and importing the library with `import sqlitecpp;`), pass `SQLITECPP_BUILD_MODULES` to the build system.
196+
To enable building with C++20 modules (and importing the library with `import sqlite;`), pass `SQLITECPP_BUILD_MODULES` to the build system.
197197

198198
#### CMake options
199199

0 commit comments

Comments
 (0)