Skip to content

Commit 2496b09

Browse files
authored
Update README.md
1 parent b1ba2de commit 2496b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ from (pry):3:in `__pry__'
1616

1717
```ruby
1818
[1] pry(main)> Usert.last
19-
I, [2024-01-13T20:00:16.280710 #694] INFO -- : 🤓 Usert does not exist, running the command with User assuming is what you meant. 🤓
20-
I, [2024-01-13T20:00:16.281237 #694] INFO -- : 🤓 running User.last 🤓
19+
I, [2024-01-13T20:00:16.280710 #694] INFO -- : `Usert` not working, running:
20+
I, [2024-01-13T20:00:16.281237 #694] INFO -- : User.last
2121
2024-01-13 20:00:16.345175 D [694:9200 log_subscriber.rb:130] ActiveRecord::Base -- User Load (1.0ms) SELECT "users".* FROM "users" WHERE "users"."deleted_at" IS NULL ORDER BY "users"."id" DESC LIMIT $1 [["LIMIT", 1]]
2222
=> #<User id: 1, email: "yo@email.com">
2323
```

0 commit comments

Comments
 (0)