Skip to content

Commit 16ca3f1

Browse files
committed
Attempt to improve SEO
Right now the search engines pick up the description for the result from the License section of the readme, which I can only assume to be, because it's the only paragraph that starts with "cmake-init". Beginning the introductory description with "cmake-init" will hopefully provide a better description for search engines to use.
1 parent 73b0278 commit 16ca3f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# `cmake-init` - The missing CMake project initializer
22

3-
Opinionated CMake project initializer to generate CMake projects that are
4-
FetchContent ready, separate consumer and developer targets, provide install
5-
rules with proper relocatable CMake packages and use modern CMake (3.14+)
3+
`cmake-init` is an opinionated CMake project initializer that generates CMake
4+
projects which are FetchContent ready, separate consumer and developer targets,
5+
provide install rules with proper relocatable CMake packages and use modern
6+
CMake (3.14+).
67

78
![Example GIF of cmake-init in action](assets/example.gif)
89

0 commit comments

Comments
 (0)