diff --git a/README.md b/README.md index 11f656a..88a13ba 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ To start the project: This will start the app on `localhost:3000`, and start a netlify-lambda proxy server (which handles requests to Dialogflow, and Google authentication) on `localhost:9000`. (In order for this part to work, you need to set up google OAuth in your local environment -- without this, nothing gets sent to dialogflow) WIP screenshot: -![screenshot](https://raw.githubusercontent.com/Kallirroi/bot_test/master/screencapture-localhost-3000-2020-04-15-09_42_47.png) +![screenshot](https://raw.githubusercontent.com/Kallirroi/bot_test/master/screenshot.png) diff --git a/screencapture-localhost-3000-2020-04-15-09_42_47.png b/screencapture-localhost-3000-2020-04-15-09_42_47.png deleted file mode 100644 index 05b6b8e..0000000 Binary files a/screencapture-localhost-3000-2020-04-15-09_42_47.png and /dev/null differ diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..e26c40e Binary files /dev/null and b/screenshot.png differ