From 1e23bd54cd960046da7a949cacf5b42286f62fb1 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 26 Aug 2020 09:18:21 +0200 Subject: [PATCH] docs: fixed small errors --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 40715a5..cf76968 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Remember is an notetaking application that allows you to take notes by including text, images, videos, links, lists, checkboxes and support for code snippets, file attachments can be expected in the near future. -Remember is built with React, Redux Toolkit and Firebase. Remeber uses firestore to store the user notes and it uses Editor.js library for editing the notes. +Remember is built with React, Redux Toolkit and Firebase. Remember uses firestore to store the user notes and it uses Editor.js library for editing the notes. Remember uses three pane layout to organize, edit and save your notes. This layout is borrowed from [Bear](https://bear.app) notetaking app @@ -27,11 +27,11 @@ Remember uses three pane layout to organize, edit and save your notes. This layo 1. You need to setup a firebase project and enable 'Authentication' and 'Cloud Firestore' support 2. Once done, you need to setup .env file at the root of this repository -```bash +```properties # https://api.cloudinary.com/v1_1/CLOUD_NAME/image/upload REACT_APP_UPLOAD_IMAGE_URL=[x] -# firebase cloud funtion http endpoint for link preview +# firebase cloud function http endpoint for link preview REACT_APP_LINK_PREVIEW=[x] # firebase config @@ -55,11 +55,11 @@ REACT_APP_MEASUREMENT_ID=[x] ### Editor (Solarized Dark) -![Ediotor Solarized Dark](screenshots/editor_dark.png) +![Editor Solarized Dark](screenshots/editor_dark.png) ### Editor (Gruvbox Dark) -![Ediotor Solarized Light](screenshots/editor_light.png) +![Editor Solarized Light](screenshots/editor_light.png) ### YT Video Embed (Gruvbox) @@ -67,7 +67,7 @@ REACT_APP_MEASUREMENT_ID=[x] ### Link Previews and Checkboxes (Nord) -![Link Previes and Checkboxes](screenshots/link_previews_checkboxes.png) +![Link Previews and Checkboxes](screenshots/link_previews_checkboxes.png) ## TODO