8000 Add periods to numbered list by thebengeu · Pull Request #157 · supabase/postgres-meta · GitHub
[go: up one dir, main page]

Skip to content

Add periods to numbered list #157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(docs): add periods to numbered list
  • Loading branch information
thebengeu committed Nov 2, 2021
commit a679175fee71e250a3e0acc164430ae7489e2de0
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ None. Please don't use this as a standalone server. This should be used behind a

## Developers

1. Start the database using `docker-compose -f test/db/docker-compose.yml up`
2. Run `npm run dev`
3. Run `npm test` while you work
1. Start the database using `docker-compose -f test/db/docker-compose.yml up`.
2. Run `npm run dev`.
3. Run `npm test` while you work.

## Licence

Expand Down
0