diff --git a/README.md b/README.md index fccd8d2..9262f03 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ A Python script to generate documentation from MySQL Workbench ERR diagram. ## Usage +An example output of the [`sakila`](https://dev.mysql.com/doc/sakila/en/) database can be found at [sakila_output.md](sakila_output.md). + ### Generate documentation from ERR digram * Open the ERR digram @@ -41,4 +43,4 @@ After that, you can convert the output Markdown document into any format that yo ## License -This script is released under the MIT license. \ No newline at end of file +This script is released under the MIT license.