From 2fd322d855e4294acae92ef89f92a35fa24e6461 Mon Sep 17 00:00:00 2001 From: nobunagaaa <146952817+nobunagaaa@users.noreply.github.com> Date: Tue, 31 Oct 2023 23:22:19 +0530 Subject: [PATCH] fixed typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10e82724337..0205fd08242 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Online accounting software designed for small businesses and freelancers. Akaunt ## Requirements * PHP 8.1 or higher -* Database (eg: MySQL, PostgreSQL, SQLite) +* Database (e.g.: MySQL, PostgreSQL, SQLite) * Web Server (eg: Apache, Nginx, IIS) * [Other libraries](https://akaunting.com/hc/docs/on-premise/requirements/) @@ -40,11 +40,11 @@ php artisan install --db-name="akaunting" --db-username="root" --db-password="pa ## Contributing -Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected without reason. +Please, be very clear on your commit messages and Pull Requests, empty Pull Request messages may be rejected without reason. When contributing code to Akaunting, you must follow the PSR coding standards. The golden rule is: Imitate the existing Akaunting code. -Please note that this project is released with a [Contributor Code of Conduct](https://akaunting.com/conduct). By participating in this project you agree to abide by its terms. +Please note that this project is released with a [Contributor Code of Conduct](https://akaunting.com/conduct). *By participating in this project you agree to abide by its terms*. ## Translation