Skip to content

Commit 394b1cc

Browse files
committed
fix README.md
1 parent de7e7d8 commit 394b1cc

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
@@ -28,9 +28,9 @@ import testgres
2828

2929
with testgres.get_new_node('test') as node:
3030
node.init() # run initdb
31-
node.start() # start PostgreSQL
31+
node.start() # start PostgreSQL
3232
print(node.execute('postgres', 'select 1'))
33-
node.stop() # stop PostgreSQL
33+
node.stop() # stop PostgreSQL
3434
```
3535

3636
Let's walk through the code. First, you create a new node using:

0 commit comments

Comments
 (0)