Skip to content

Commit fba9b07

Browse files
authored
Merge pull request #470 from rromanchuk/patch-1
Minor consistency fix
2 parents 8423724 + 7836bcb commit fba9b07

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)