summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-21 04:07:42 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-21 04:07:42 -0600
commitf78fc3f72f4f09094cbddd22621a6548bd02a730 (patch)
tree09ebf9ec4b5e53016ea2355702cd3471c93f4179
parenta1ed43d9d2cf253643ab11b92e210194ba5f9aee (diff)
FF REMAINING
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a577ecf..ab5928f 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A Linux specific program to aid students learning how to code by giving them variadic input that fluctuates and is imperfect.
-## USAGE
+### USAGE
```
./devout
./devout 12
@@ -11,6 +11,6 @@ A Linux specific program to aid students learning how to code by giving them var
The first line will print the available devices and events the user can have printed to the terminal.
The second line prints /dev/input/event12 to standard out.
-THe third line prints /dev/input/event2, /dev/input/event5, and /dev/input/event25 to standard out.
+The third line prints /dev/input/event2, /dev/input/event5, and /dev/input/event25 to standard out.
-The output is always 5 colomns where the first column is an integer representing the event number passed in by the user. The second is the time since the beginning of the program. The third Number is the type associated with the event. The fourth number is the code associated with the event. In the fifth and final column is the current value.
+The output is always 5 columns where the first column is an integer representing the event number passed in by the user. The second is the time since the beginning of the program. The third number is the type associated with the event. The fourth number is the code associated with the event. In the fifth and final column is the current value.