aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2024-03-07 16:58:04 -0500
committerCarlos O'Donell <carlos@redhat.com>2024-03-07 17:42:38 -0500
commitd53609189431283ba99b7eb51534d4df06bc87c1 (patch)
tree4f50fefa6bdd3a4060e0e230051847edebcdd97b
parente52346202ca4e2555b1dc6a4bcf47fa991dea592 (diff)
downloadcti.coretoolchain.dev-d53609189431283ba99b7eb51534d4df06bc87c1.tar.gz
README.md: Document spelling target.
Add mention of the make target for checking spelling. Signed-off-by: Carlos O'Donell <carlos@redhat.com>
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 71649d6..dda565a 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,12 @@ make html
To build the html pages for testing.
+```
+make spelling
+```
+
+To check spelling.
+
## Submitting changes
Send your patches to cti-tac@lists.linuxfoundation.org.