summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElmar S. Heeb <elmar@heebs.ch>2018-04-14 10:52:30 +0200
committerElmar S. Heeb <elmar@heebs.ch>2018-04-14 10:52:30 +0200
commitc14f9cc247f7c3bea53643dcde7536b67fabf63d (patch)
treed55aba5bd2b981a30f6357a83c8e1421a7c83a8d
parente57d0fdccc78b01e93360245fd2a9c7b87214b34 (diff)
downloadinfinitytier-c14f9cc247f7c3bea53643dcde7536b67fabf63d.tar.gz
infinitytier-c14f9cc247f7c3bea53643dcde7536b67fabf63d.zip
fix typo in documentation
-rw-r--r--service/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/README.md b/service/README.md
index f5223f2d..98492a63 100644
--- a/service/README.md
+++ b/service/README.md
@@ -59,7 +59,7 @@ An example `local.conf`:
},
"settings": {
"softwareUpdate": "apply",
- "softwraeUpdateChannel": "release"
+ "softwareUpdateChannel": "release"
}
}
```