Skip to content

Commit 7836bcb

Browse files
authored
This example fails in real life, scheme is required
> ArgumentError (expected :endpoint to be a HTTP or HTTPS endpoint)
1 parent 8423724 commit 7836bcb

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
@@ -1267,7 +1267,7 @@ class User
12671267
end
12681268

12691269
Dynamoid.config.logger.level = :debug
1270-
Dynamoid.config.endpoint = 'localhost:8000'
1270+
Dynamoid.config.endpoint = 'http://localhost:8000'
12711271

12721272
User.create(name: 'Alex')
12731273

0 commit comments

Comments
 (0)