Skip to content

Commit a591252

Browse files
committed
Fix typo
1 parent 28d5c70 commit a591252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ client = ConnpassApiV2.client(ENV["CONNPASS_API_KEY"])
2929

3030
client.get_events
3131

32-
res = @client.get_events(nickname: "sue445", count: 100)
32+
res = client.get_events(nickname: "sue445", count: 100)
3333

3434
res.events.count
3535
#=> 100

0 commit comments

Comments
 (0)