Skip to content

Commit 63bae89

Browse files
committed
minor typo
1 parent e5bdf4d commit 63bae89

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
@@ -104,7 +104,7 @@ Now, you can decide on which database you wish to use.
104104
If you decide on MySQL, install the free community edition of [MySQL](https://dev.mysql.com/downloads/mysql/) and [MySQL Workbench](https://www.mysql.com/products/workbench/)
105105

106106
1. start MySQL from the System Preferences
107-
2. open MySQL Workbench and [create a database](http://stackoverflow.com/questions/5515745/create-a-new-database-with-mysql-workbench) called mydatabase but don't create the tables since flash will do that for you
107+
2. open MySQL Workbench and [create a database](http://stackoverflow.com/questions/5515745/create-a-new-database-with-mysql-workbench) called mydatabase but don't create the tables since python will do that for you
108108
3. Install the MySQL connector for Python, add the DATABASE_URL configuration, and create the database and tables
109109

110110
```

0 commit comments

Comments
 (0)