Skip to content

Commit 124c5a0

Browse files
committed
Re-date and fix acrolinx
1 parent 23d696f commit 124c5a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/postgresql/hyperscale/quickstart-app-stacks-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: postgresql
77
ms.subservice: hyperscale-citus
88
ms.topic: quickstart
99
recommendations: false
10-
ms.date: 08/17/2022
10+
ms.date: 08/18/2022
1111
---
1212

1313
# Node.js app to connect and query Hyperscale (Citus)
@@ -124,7 +124,7 @@ async function queryDatabase() {
124124
queryDatabase();
125125
```
126126

127-
To execute this code sample below please use the `node create.js` command. Once you run this command a new table and insertations data will be created in your 'Pharmacy' table.
127+
To execute the code above, run `node create.js`. This command will create a new "pharmacy" table and insert some sample data.
128128

129129
## Super power of Distributed Tables
130130

0 commit comments

Comments
 (0)