From 0f96757b05e8874a9627827644291e41398af2a2 Mon Sep 17 00:00:00 2001
From: Konrad Langenberg <k@knt.li>
Date: Mon, 11 Jun 2018 11:36:25 +0000
Subject: [PATCH] Fixed typos in readme (#1)

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 262d9ef..85d60b4 100644
--- a/README.md
+++ b/README.md
@@ -36,7 +36,7 @@ gitea-github-migrator migrate \
     --token GITEA_TOKEN \
     --owner 1
 ```
-`gh-token` is only required if you have more then 50 issues / repositories.
+`gh-token` is only required if you have more than 50 issues / repositories.
 
 Migrate all repositories:
 ```bash
@@ -48,7 +48,7 @@ gitea-github-migrator migrate-all \
     --owner 1
 ```
 
-Migrate all repository without issues etc. (classic):
+Migrate all repositories without issues etc. (classic):
 ```bash
 gitea-github-migrator migrate-all \
     --gh-user username \
@@ -60,6 +60,6 @@ gitea-github-migrator migrate-all \
 ```
 
 ## Problems
-* This migrator does not work with Gitea instances utilizing a SQLite database.
-* Comments / Issues will be added by token's user (information about date and author will be added)
-* Current Date is utilized for creation date (information about date is added in a comment)
\ No newline at end of file
+* This migration tool does not work with Gitea instances using a SQLite database.
+* Comments / Issues will be added in the name of the user to whom belongs the token (information about the original date and author will be added)
+* The current date is used for creation date (information about the actual date is added in a comment)