From afa661b8eff56e96fecd373588c244cb610872d8 Mon Sep 17 00:00:00 2001 From: Szabolcs Pasztor Date: Thu, 18 Aug 2022 13:59:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7deb31b..b61ef0e 100644 --- a/README.md +++ b/README.md @@ -236,7 +236,7 @@ Counters can be atomically incremented/decremented (but not assigned): @team.runs = 4 # exception ~~~ -Defining a different method as the `id` field is easy +Defining a different method as the `id` field is easy: ~~~ruby class User