diff --git a/README.md b/README.md index 52b4469..4210bca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A dummy syntax highlighter that brings colours to YAML output, jq style. This project starts with the author's incapacity to give up on colours while playing with kubernetes cli and YAML output (`kubectl get something -o yaml`). -Unable to find another YAML highlighter where to simply dump some code on, with little to no ~~respect~~ expectations, and inspired by my recent Go training, I decided to write one from scratch. +Unable to find another YAML highlighter where he could simply dump something on, with little to no ~~respect~~ expectations, and inspired by the recent Go training, he decided to write one from scratch. ![Comparison with or without yh](https://raw.githubusercontent.com/andreazorzetto/yh/master/images/comparison.png) @@ -41,4 +41,4 @@ Like above but with your mouse # Future developments -This project is still a work in progress and I'm considering different routes regarding improvements and new features. Anyone thinking to contribute or make suggestions/requests is more than welcome. +The aim of this project is to be a simple highlighting tool, while there are more featured projects our there to do YAML parsing. However I intend to keep maintaining the code and introduce new features and/or explore different routes in the future. Anyone thinking to contribute or make suggestions/requests would be more than welcome.