Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding format to database rules
  • Loading branch information
KingAkeem authored Oct 15, 2023
1 parent f00b13f commit e27e2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TODO: Instructions on how to setup "ShadowGuard", its dependencies, and how to g
- Grant usage on the `public` schema to `gorm`.
1. Login as a postgres user `psql -U postgres`
2. Connect to `gorm` database, `\connect gorm`
3. Grant usage on the `public` schema for `gorm`, `GRANT USAGE on SCHEMA "public" to gorm;
3. Grant usage on the `public` schema for `gorm`, `GRANT USAGE on SCHEMA "public" to gorm;`

## How to Use:
TODO: Instructions on how to integrate "ShadowGuard" with other applications.
Expand All @@ -39,4 +39,4 @@ TODO: Instructions on how to integrate "ShadowGuard" with other applications.
TODO: Link to full API documentation, or brief outline of main methods and how to use them.

## License:
TODO: Information on the licensing of "ShadowGuard".
TODO: Information on the licensing of "ShadowGuard".

0 comments on commit e27e2de

Please sign in to comment.