diff --git a/README.md b/README.md index 05b7a70..0b720be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ # Stopwatch Technical Test -A simple stopwatch application built with React. To run the application or the tests, see the available scripts section below. +A simple stopwatch application built with React. To run the application or the tests, see the available scripts section below. First you may need to install any dependancies by running: + +```npm install``` NOTE: This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). diff --git a/public/logo192.png b/public/logo192.png deleted file mode 100644 index fc44b0a..0000000 Binary files a/public/logo192.png and /dev/null differ diff --git a/public/logo512.png b/public/logo512.png deleted file mode 100644 index a4e47a6..0000000 Binary files a/public/logo512.png and /dev/null differ