From 22ba2a175087eba55ff6e08e3deda7522f3bbc11 Mon Sep 17 00:00:00 2001 From: Nicholas Ionata Date: Wed, 29 Apr 2020 14:04:00 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4567cc4b..738394fd 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ This project's dependencies are managed through [yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable) The following are the available scripts we can use with the client and server: -The development environment is comprised of three services managed by docker compose. +The development environment is comprised of four servers managed by docker compose. * `sc-client-dev` => localhost:3000 * `sc-cms-dev` => localhost:1337 @@ -57,7 +57,7 @@ Ideally, we want our flow to resemble this. Master and develop are locked for di - `master` - Deployed version of the application - `develop` - Working version of the application - `feature/-` - Based off of develop - - ex. `feature/server-strapi` + - ex. `feature/cms-strapi` - `hotfix/-` - Based off of master - ex. hotfix/client-cors