From e1defb61c4ff8563f35e4e277086448f62ba0cc7 Mon Sep 17 00:00:00 2001 From: Aditya Vasantharao <59733640+adiv413@users.noreply.github.com> Date: Mon, 21 Jun 2021 14:36:01 -0400 Subject: [PATCH] Fix typos and add some more detail on pushing code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8e08e3..ce0f060 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ After you've set up the project for the first time, simply run: ``` yarn start ``` -And you should see the website load and show up in your browser, at the address ```https://http://localhost:3000/```. +And you should see the website load and show up in your browser, at the address ```http://localhost:3000/```. # Developing -There are some things to remember when developing for the website. The first thing is to never push changes to the master branch and instead you should always pull request the changes. +There are some things to remember when developing for the website. First: **never push changes directly to the master branch.** This is automatically disallowed for non-owners, but if you try to do this, you will have to port all of your changes over to a different branch, which is a pain that can be easily avoided. You should always start from a new branch, create the changes on that branch, and create a pull request from that branch into master. ### Color palette Below is the color palette we are using