Skip to content

Commit d1d13c0

Browse files
committed
correx
1 parent cb2175e commit d1d13c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cosmos-db/create-sql-api-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you create and manage an Azure Cosmos DB SQL API account fro
2525
## Prerequisites
2626

2727
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also use the [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator) with a URI of `https://localhost:8081` and the key `C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==`.
28-
- [Node.js](https://nodejs.org/en/) 6.0.0+.
28+
- [Node.js 6.0.0+](https://nodejs.org/).
2929
- [Git](https://www.git-scm.com/downloads).
3030

3131
## Create a database

articles/cosmos-db/create-sql-api-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this quickstart, you create and manage an Azure Cosmos DB SQL API account fro
2525
## Prerequisites
2626

2727
- An Azure account with an active subscription. [Create one for free](https://azure.microsoft.com/free/?ref=microsoft.com&utm_source=microsoft.com&utm_medium=docs&utm_campaign=visualstudio). Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription. You can also use the [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator) with a URI of `https://localhost:8081` and the key `C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==`.
28-
- [Python](https://www.python.org/downloads/) 3.6+, with the `python` executable in your `PATH`.
28+
- [Python 3.6+](https://www.python.org/downloads/), with the `python` executable in your `PATH`.
2929
- [Visual Studio Code](https://code.visualstudio.com/).
3030
- The [Python extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python#overview).
3131
- [Git](https://www.git-scm.com/downloads).

0 commit comments

Comments
 (0)