From 77915682fa037376edcd75f5fd329d3fc481ba5c Mon Sep 17 00:00:00 2001 From: Emmanuel Nwafor Date: Sun, 19 Nov 2023 20:23:07 +0100 Subject: [PATCH] docs: Add new syntax parsing feature --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e14361..d309ab9 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ ALX test Suite. Shell Utility that checks for ALX Project Requirements - Module documentation (docstrings) - Function documentation (docstrings) - Class documentation (docstrings) +- Parse and check for syntax error. ### JavaScript @@ -76,7 +77,7 @@ alxcheck --nodejs-project #long version ## Contributing -Feel free to contribute to the project by opening issues or submitting pull requests. Your feedback is valuable! +Feel free to contribute to the project by opening [issues](https://github.com/Emmo00/alxcheck/issues) or submitting [pull requests](https://github.com/Emmo00/alxcheck/pulls). Your feedback is valuable! ## License