Skip to content

Commit 161edea

Browse files
authored
Fix Readme remove unnecessary dot (#639)
1 parent 9e2948d commit 161edea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ cmake --build . --config "<Release|RelWithDebInfo|Debug>"
4848
Change directory to the `aws-iot-device-sdk-cpp-v2/samples` directory and then run the following commands:
4949

5050
```sh
51-
cmake -B build -S . -DCMAKE_PREFIX_PATH="<absolute path sdk-cpp-workspace dir>" -DCMAKE_BUILD_TYPE="<Release|RelWithDebInfo|Debug>" .
51+
cmake -B build -S . -DCMAKE_PREFIX_PATH="<absolute path sdk-cpp-workspace dir>" -DCMAKE_BUILD_TYPE="<Release|RelWithDebInfo|Debug>"
5252
cmake --build build --config "<Release|RelWithDebInfo|Debug>"
5353
```
5454

0 commit comments

Comments
 (0)