summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2023-04-29 16:59:11 -0500
committerSimon Parri <simonparri@ganzeria.com>2023-04-29 16:59:11 -0500
commit3ed504861247d30f4dcedb7a5c5d8832208f3631 (patch)
tree16a3c9701f1d06011979ace44cfde52a20f2d838
parent8165b91ab76db09c8eac03b40ec895efa322d38a (diff)
downloadspelling-rbee-3ed504861247d30f4dcedb7a5c5d8832208f3631.tar.gz
spelling-rbee-3ed504861247d30f4dcedb7a5c5d8832208f3631.zip
Capitalize Ruby in README.org
-rw-r--r--README.org8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.org b/README.org
index 0bb6964..2b5d08f 100644
--- a/README.org
+++ b/README.org
@@ -1,5 +1,5 @@
* spelling-rbee
-The spelling bee in ruby.
+The spelling bee in Ruby.
~spelling-rbee~ is a spelling bee program that can be used with any
~.txt~ file that follows the format of one thing to spell per each
@@ -8,19 +8,19 @@ have to type the whole line.)
Dependencies:
+ espeak
-+ ruby
++ Ruby
Usage:
~./spelling-rbee <url-or-file>~
* spelling-rbead
-The spelling ruby reader.
+The spelling Ruby reader.
spelling-rbead is the email reader for spelling-rbee. It to reads
your email for a message with a desired subject line and outputs the
contents.
Dependencies:
-+ ruby
++ Ruby
Usage:
#+BEGIN_SRC shell