commit 0f09ab40a7d3a44a6dd2cbffb1ab53ec379fec30
parent a17bebacb046c3ff396435758de08b8eb90b2560
Author: Tyler Clark <tyler.clark@foxide.xyz>
Date: Sun, 9 Feb 2025 21:42:27 -0500
Fixing checkboxes
Diffstat:
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
@@ -40,7 +40,7 @@ Below are a list of completed programs
- [ ] expand
- [ ] fmt
- [ ] fold
-- [X] head
+- [x] head
- [ ] join
- [ ] md5sum
- [ ] nl
@@ -71,11 +71,11 @@ Below are a list of completed programs
- [ ] date
- [ ] dirname
- [ ] du
-- [X] echo
+- [x] echo
- [ ] env
- [ ] expr
- [ ] factor
-- [X] false
+- [x] false
- [ ] groups
- [ ] hostid
- [ ] id
@@ -99,7 +99,7 @@ Below are a list of completed programs
- [ ] tee
- [ ] test
- [ ] timeout
-- [X] true
+- [x] true
- [ ] tty
- [ ] uname
- [ ] unlink
@@ -107,5 +107,5 @@ Below are a list of completed programs
- [ ] users
- [ ] who
- [ ] whoami
-- [X] yes
-- [ ] [
-\ No newline at end of file
+- [x] yes
+- [ ] [