Skip to content

Commit ca90d4c

Browse files
authored
Update README.md
1 parent 57e7408 commit ca90d4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ mkdocs serve
2323

2424
## ライブラリ使用方法
2525

26-
### CMakeLists を使用する場合
26+
### CMakeListsを使用する場合
2727

2828
以下のように追記すればOK。
2929

@@ -33,4 +33,4 @@ target_include_directories(cpplib INTERFACE ${CMAKE_CURRENT_SOURCE_DIR}/include)
3333
3434
add_executable(main main.cpp)
3535
target_link_libraries(main PRIVATE cpp)
36-
```
36+
```

0 commit comments

Comments
 (0)