From 2b495f873694b88b723526c905e37f07392935b1 Mon Sep 17 00:00:00 2001 From: Liam Segura <102547056+liamsegura@users.noreply.github.com> Date: Wed, 11 May 2022 00:05:01 +0100 Subject: [PATCH] Corrected some grammar on README (#4082) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff16368f7..46dab6a72 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ Tauri is a system composed of a number of moving pieces: Tauri core can be developed on Mac, Linux and Windows, but you are encouraged to use the latest possible operating systems and build tools for your OS. ### Contributing -Before you start working on something, it's best to check if there is an existing issue first. It's also is a good idea to stop by the Discord server and confirm with the team if it makes sense or if someone is already working on it. +Before you start working on something, it's best to check if there is an existing issue first. It's also a good idea to stop by the Discord server and confirm with the team if it makes sense or if someone else is already working on it. Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) before making a pull request.