diff --git a/README.md b/README.md index 7fa28d3b67..be8455ffa0 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Diesel gets rid of the boilerplate for database interaction and eliminates runti Getting Started --------------- +### Note: This guide applies to the master branch. The guide for the latest released version can be found [here](https://github.com/sgrif/diesel/tree/v0.1.0#getting-started). + Before you can do anything, you'll first need to set up your table. You'll want to specify the columns and tables that exist using the [`table!` macro][table] Once you've done that, you can already start using the query builder, and