-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrected small typos #1173
Corrected small typos #1173
Conversation
The readme file was containing small typos, I tried to identify them and my proposed new version of the file is here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for taking the time, please adjust according to comments. Thanks.
README.md
Outdated
@@ -127,7 +127,7 @@ T-Pot offers docker images for the following honeypots ... | |||
* [Cockpit](https://cockpit-project.org/running) for a lightweight and secure WebManagement and WebTerminal. | |||
* [Cyberchef](https://gchq.github.io/CyberChef/) a web app for encryption, encoding, compression and data analysis. | |||
* [Elastic Stack](https://www.elastic.co/videos) to beautifully visualize all the events captured by T-Pot. | |||
* [Elasticvue](https://github.com/cars10/elasticvue/) a web front end for browsing and interacting with an Elastic Search cluster. | |||
* [Elasticvue](https://github.com/cars10/elasticvue/) a web front end for browsing and interacting with an ElasticSearch cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please change to Elasticsearch
as this is the correct spelling according this.
README.md
Outdated
* CyberChef a web app for encryption, encoding, compression and data analysis. | ||
* Elasticvue a web front end for browsing and interacting with an Elastic Search cluster. | ||
* Elasticvue a web front end for browsing and interacting with an ElasticSearch cluster. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same.
Thank you! |
According to the suggestions of @t3chn0m4g3 , I updated the README.md file