Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Update README.md to fix #57 #59

Merged
merged 1 commit into from
Mar 13, 2015
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ For detailed info about the logic and usage patterns of Example42 modules read R
The simplest way to create database is the following.

mysql::grant { 'db1':
mysql_username => 'myusername',
mysql_user => 'myusername',
mysql_password => 'mypassword',
}

Expand Down