From 4347663cfb4769bdecf5e38fc17df5d5ecfff367 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Thu, 13 Aug 2026 07:32:09 +0300 Subject: [PATCH] docs: improve README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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