From 726793d1a87fee925b3bf415bac0d05454442284 Mon Sep 17 00:00:00 2001 From: Casper Date: Sat, 9 Nov 2019 08:57:31 +0100 Subject: [PATCH 1/2] Fixing some typos --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1dce080b9c5..3e497bd15536 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ You can now [join our Slack community!](http://cachethq-slack.herokuapp.com) ## Requirements -- PHP 7.1.3 - 7.3 -- HTTP server with PHP support (eg: Apache, Nginx, Caddy) +- PHP 7.1.3 – 7.3 +- HTTP server with PHP support (e,g.: Apache, Nginx, Caddy) - [Composer](https://getcomposer.org) - A supported database: MySQL, PostgreSQL or SQLite @@ -45,7 +45,7 @@ Here are some useful quick links: ### Demo -To test out the demo, you may login to the [Dashboard](https://dev.cachethq.io/dashboard) with the following: +To test out the demo, you can log in to the [Dashboard](https://dev.cachethq.io/dashboard) with the following credentials: - **Username:** `test` or `test@example.com` - **Password:** `test123` @@ -54,15 +54,15 @@ To test out the demo, you may login to the [Dashboard](https://dev.cachethq.io/d ## Translate Cachet -If you'd like to contribute translations, please check out our [CrowdIn project](https://crowdin.com/project/cachet). +If you'd like to contribute translations, please check out our [Crowdin project](https://crowdin.com/project/cachet). ## Security Vulnerabilities -If you discover a security vulnerability within Cachet, please send an e-mail to [support@cachethq.io](mailto:support@cachethq.io?Cachet%20Security%20Vulnerability). All security vulnerabilities on a case-by-case basis. +If you discover a security vulnerability within Cachet, please send an e-mail to [support@cachethq.io](mailto:support@cachethq.io?Cachet%20Security%20Vulnerability). All security vulnerabilities are reviewed on a case-by-case basis. ## Limited Support Contact -We may be able to resolve **support queries** via email. Please send an e-mail to [support@cachethq.io](mailto:support@cachethq.io?Cachet%20Support). Please first check the GitHub [issue tracker](https://github.com/CachetHQ/Cachet/issues) before emailing. +We may be able to resolve **support queries** via email. Please send an email to [support@cachethq.io](mailto:support@cachethq.io?Cachet%20Support). Please check the GitHub [issue tracker](https://github.com/CachetHQ/Cachet/issues) first before emailing. ## Professional Installation Service From 1f2f6570b79ad421c4bc6ca8f5d35d68151189ae Mon Sep 17 00:00:00 2001 From: Casper Date: Sat, 9 Nov 2019 09:48:21 +0100 Subject: [PATCH 2/2] Fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e497bd15536..fb03265c0b07 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ You can now [join our Slack community!](http://cachethq-slack.herokuapp.com) ## Requirements - PHP 7.1.3 – 7.3 -- HTTP server with PHP support (e,g.: Apache, Nginx, Caddy) +- HTTP server with PHP support (e.g.: Apache, Nginx, Caddy) - [Composer](https://getcomposer.org) - A supported database: MySQL, PostgreSQL or SQLite