Skip to content

Commit a422d25

Browse files
committed
readme: use markdown list, not english numbers
1 parent a1848e4 commit a422d25

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,14 @@ module "logical_dbs" {
4141
}
4242
```
4343

44-
### Prerequisites (optional)
44+
### Prerequisites
4545

46-
To use this terraform module, you'll need to have a postgres user capable of (1) logging into the Postgres server, and (2) creating Postgres databses. There are Postgres CLI commands for creating a user with these privileges - see `examples/complete/fixtures.tfvars`.
46+
To use this terraform module, you'll need to have a postgres user capable of,
47+
48+
- logging into the Postgres server
49+
- creating Postgres databses.
50+
51+
There are example Postgres CLI commands for creating a user with these privileges in `examples/complete/fixtures.tfvars`.
4752

4853
### Step-by-Step Instructions
4954

0 commit comments

Comments
 (0)