From 5eb7e5f872f99a29b06af6cd7c653f02a08ce021 Mon Sep 17 00:00:00 2001 From: James Date: Sun, 25 Aug 2019 10:47:04 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e14e96b..abe1172 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Simple PHP library to interface with Gitea API Designed to make a "Bot" for manipulating labels on issues. ## Create New Project (optional) -You only need to do this if you dont already have a composer project. +You only need to do this if you don't already have a composer project. Use the following commands, or create your composer.json manually. ```bash mkdir bot cd bot