From 4e01afc7d05671237ee1c87f173186028ccd1073 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Wed, 27 Apr 2022 15:02:20 -0500 Subject: [PATCH] fix language --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1b57360..286c32a 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Get Repository Statistics **GitHub CLI** extensions are repositories that provide additional `gh` commands, and this **GitHub CLI** extension can help you find information about your repositories in your organizations. +This information outlines the underlying **GitHub** `metadata` associated with your repository. This information is key to understanding how long a migration of the data from one instance of **GitHub** to another will take. +When the extension is run to completion, you will be presented with a visual table, or `*.csv` file to parse for all relevant information. ## Prerequisites -- You need to have **GitHub CLI** installed by following this documentation: -- You need to have an operating system that can run shell scripts(*bash/sh*) +- **GitHub CLI** installed by following this documentation: +- Operating system that can run shell scripts(*bash/sh*) You need to either export these environment variables: @@ -18,7 +20,7 @@ Or the script will prompt you to put in the relevant information. ## How to run -Make sure you followed prerequisites and then follow this instruction. +Make sure you followed prerequisites and then follow these instructions. ### Step 1: Install GitHub extension