Skip to content

Commit

Permalink
logo cleanup
Browse files Browse the repository at this point in the history
Changed 'SHCEMA' to 'SCHEMA' so setup instructions can be copy-pasted to console.
  • Loading branch information
yogthos committed Aug 29, 2016
1 parent 2fa0ff7 commit fdd1c97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -146,7 +146,7 @@ Follow these steps to configure the database for the application
4. Optionally, create a schema and grant the `memoryhole` role authorization:

CREATE SCHEMA AUTHORIZATION memoryhole;
GRANT ALL ON SHCEMA memoryhole TO memoryhole;
GRANT ALL ON SCHEMA memoryhole TO memoryhole;
GRANT ALL ON ALL TABLES IN SCHEMA memoryhole TO memoryhole;

5. Exit the shell
Expand Down
Binary file modified memory-hole.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fdd1c97

Please sign in to comment.