diff --git a/README.md b/README.md
index fd3795b..814785d 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ Kured (KUbernetes REboot Daemon) is a Kubernetes daemonset that
performs safe automatic node reboots when the need to do so is
indicated by the package management system of the underlying OS.
-* Watches for the presence of a reboot sentinel e.g. `/var/run/reboot-required`
+* Watches for the presence of a reboot sentinel e.g. `/var/run/reboot-required`
* Utilises a lock in the API server to ensure only one node reboots at
a time
* Optionally defers reboots in the presence of active Prometheus alerts
@@ -196,3 +196,15 @@ kubectl -n kube-system annotate ds kured weave.works/kured-node-lock-
```
dep ensure && make
```
+
+
+## Getting Help
+
+If you have any questions about, feedback for or problems with `kured`:
+
+- Invite yourself to the #weave-community slack channel.
+- Ask a question on the #weave-community slack channel.
+- Send an email to weave-users@weave.works
+- File an issue.
+
+Your feedback is always welcome!