summaryrefslogtreecommitdiff
path: root/cmake-nRF5x
diff options
context:
space:
mode:
authorMark Russell <mruss660@gmail.com>2021-09-16 16:12:20 -0400
committerMark Russell <mruss660@gmail.com>2021-09-16 16:12:20 -0400
commitcdf99b08f42c3826a8608d756bc7cda0a476ed98 (patch)
treecd30018ebb68be09653b589ae11647ca33d40c73 /cmake-nRF5x
parent1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c (diff)
Revert "Merge upstream"
This reverts commit 1d43adcdfa7bd15ba45c0c9d7c59c0ff99176b9c.
Diffstat (limited to 'cmake-nRF5x')
-rwxr-xr-xcmake-nRF5x/readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake-nRF5x/readme.md b/cmake-nRF5x/readme.md
index 0127a2e6..2ce76892 100755
--- a/cmake-nRF5x/readme.md
+++ b/cmake-nRF5x/readme.md
@@ -98,7 +98,7 @@ The script makes use of the following tools:
After setup you can use cmake as usual:
-1. Generate the actual build files (out-of-source builds are strongly recommended):
+1. Generate the actual build files (out-of-source builds are strongly recomended):
```commandline
cmake -H. -B"cmake-build" -G "Unix Makefiles"