From 4185b1a177a74e332efeab2a9ff68c4641ef413b Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 6 Jun 2018 15:48:53 +0200 Subject: [PATCH] fixed typos --- 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)