diff --git a/README.md b/README.md index 01f7a0e..adaf9f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # Sequential [![Build Status](https://travis-ci.org/austinylin/sequential.png?branch=master)](https://travis-ci.org/austinylin/sequential) @@ -26,8 +28,7 @@ Setup the database table: rails g sequential:setup -Add a column to your model to hold the sequence (by default sequential_id) -, in a migration: +Add a column to your model to hold the sequence (by default `sequential_id`), in a migration: add_column :model_name, :sequential_id, :integer