Skip to content

Commit ea15d4d

Browse files
committed
fix bad formatting in README
1 parent 028e7d8 commit ea15d4d

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
@@ -39,7 +39,7 @@ the columns:
3939
worker.add title: "Lord of Light", author: "Roger Zelazny"
4040
end
4141

42-
It will automatically set created_at/updated_at columns to the current
42+
It will automatically set `created_at`/`updated_at` columns to the current
4343
date, as well.
4444

4545
Book.bulk_insert(:title, :author, :created_at, :updated_at) do |worker|

0 commit comments

Comments
 (0)