From 27562ae975b11d5f78429da4bb7e5af1df9213b6 Mon Sep 17 00:00:00 2001 From: Taylor Corbett <68247749+TaylorCorbett@users.noreply.github.com> Date: Wed, 15 Jul 2020 16:40:07 -0400 Subject: [PATCH] Update README.md Changing "CosmosDB" references to "Cosmos DB" to ensure that this page shows up in Cosmos DB searches such as: https://docs.microsoft.com/en-us/samples/browse/?term=CosmosDB&terms=Cosmos%20DB --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0037049..afafc9c 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,19 @@ page_type: sample products: - azure - azure-cosmos-db -description: "This is a demo project for the React CosmosDB video series." +description: "This is a demo project for the React Cosmos DB video series." --- -# React CosmosDB +# React Cosmos DB -This is a demo project for the React CosmosDB video series that shows how to: +This is a demo project for the React Cosmos DB video series that shows how to: * Setup a React / Node application -* Create, Read, Update and Delete data from CosmosDB with the Mongo API +* Create, Read, Update and Delete data from Cosmos DB with the Mongo API * Debug React and Node apps -* Scale and replicate CosmosDB +* Scale and replicate Cosmos DB -Follow along with the video series. React is a blast and CosmosDB is crazy fast. Building this app is way too much fun. +Follow along with the video series. React is a blast and Cosmos DB is crazy fast. Building this app is way too much fun. ## Get Started @@ -34,9 +34,9 @@ git clone https://github.com/burkeholland/react-cosmosdb.git cd react-cosmosdb && npm install ``` -3. Configure the CosmosDB Server Setting +3. Configure the Cosmos DB Server Setting -Rename `server/env/environment-change-me.js` to `environment.js` and change the `cosmosPort`, `dbName` and `key` to match your CosmosDB environment. +Rename `server/env/environment-change-me.js` to `environment.js` and change the `cosmosPort`, `dbName` and `key` to match your Cosmos DB environment. ```javascript // server/env/environment.js