Skip to content

Commit 6b0db77

Browse files
author
Jarrod
committed
Merge pull request #5 from mattjmorrison/patch-2
Doc: Fixed typo
2 parents 500969d + 33baaa4 commit 6b0db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ CREATE DATABASE auth;
2828
CREATE DATABASE auth_test;
2929
\c auth;
3030
CREATE EXTENSION citext;
31-
c\ auth_test;
31+
\c auth_test;
3232
CREATE EXTENSION citext;
3333
CREATE ROLE auth_user LOGIN;
3434
ALTER ROLE auth_user WITH PASSWORD 'password1';

0 commit comments

Comments
 (0)