From 32e344dc5a6e4cd6b25d0b83f236064626c06add Mon Sep 17 00:00:00 2001 From: Kate Matthews Date: Thu, 18 Jun 2020 14:15:08 -0400 Subject: [PATCH 1/2] change --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8432b..117ebe0 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,26 @@ Hello! This was an enjoyable project 🙂. Here's some information about it: +A change ## Installation + - Type `npm install` (or yarn if preferred) to install dependencies. ## To run the app + - Type `npm start` to run the application, and open [http://localhost:3000](http://localhost:3000) to view it in the browser. - Enter a GitHub API key (e.g. a personal access token) into the input field to see your repositories - Click on a listed repository to view its issues - Click the up or down arrows on the left of each issue to reorder the issues ## To run tests + - Type `npm test` to run the Jest test suite.
### TODO (in order of importance, descending) + - Achieve more test coverage (particularly of components) - Replace non-semantic HTML tags with semantic ones - Include JSDoc-style annotations to components / functions @@ -25,4 +30,4 @@ Hello! This was an enjoyable project 🙂. Here's some information about it:
-*(This project was bootstrapped with Create React App)* \ No newline at end of file +_(This project was bootstrapped with Create React App)_ From 204bbf88e92ff7a071f3f7c71a10312d86d1c74a Mon Sep 17 00:00:00 2001 From: Kate Matthews Date: Thu, 18 Jun 2020 14:18:05 -0400 Subject: [PATCH 2/2] Another change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 117ebe0..2b59806 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Hello! This was an enjoyable project 🙂. Here's some information about it: -A change +A change again ## Installation