Skip to content

Commit 5dfc627

Browse files
mDuo13intelliot
andauthored
"Postgres"→"PostgreSQL" (PayString#703)
"Postgres" is a nickname but the software in question is properly styled "PostgreSQL" so this change should hopefully avoid any confusion on that point. Co-authored-by: Elliot Lee <[email protected]>
1 parent 8e5ec76 commit 5dfc627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Welcome to PayString, the universal payment identifier.
88

99
_This project is not associated with PayID operated by NPP Australia Ltd. People in Australia are prohibited from using this project. See below for more details._
1010

11-
This is the reference implementation server for [PayString](https://docs.paystring.org/getting-started), serving the [PayString API](https://api.paystring.org/?version=latest). It uses TypeScript, a Node.js HTTP server, and a Postgres database.
11+
This is the reference implementation server for [PayString](https://docs.paystring.org/getting-started), serving the [PayString API](https://api.paystring.org/?version=latest). It uses TypeScript, a Node.js HTTP server, and a PostgreSQL database.
1212

1313
By default, the server hosts the Public API, which conforms to the PayString Protocol, on port 8080. The server also hosts a second RESTful API on port 8081 for CRUD (Create/Read/Update/Delete) operations to manage PayStrings and associated addresses.
1414

15-
To experiment with PayString, you can start a local server by running `npm run devEnvUp`, which uses our local [`docker-compose.yml`](./docker-compose.yml) file, which implicitly starts both a database and a PayString server inside Docker containers. To work on the PayString server source code itself, you can start a Postgres database to develop against by running `npm run devDbUp`, which starts a database in a Docker container, and a local PayString server.
15+
To experiment with PayString, you can start a local server by running `npm run devEnvUp`, which uses our local [`docker-compose.yml`](./docker-compose.yml) file, which implicitly starts both a database and a PayString server inside Docker containers. To work on the PayString server source code itself, you can start a PostgreSQL database to develop against by running `npm run devDbUp`, which starts a database in a Docker container, and a local PayString server.
1616

1717
To clean up the associated Docker containers after you create a local server or database container, run `npm run devDown`.
1818

0 commit comments

Comments
 (0)