Skip to content

Commit 050f490

Browse files
committed
typos
1 parent ce31ab9 commit 050f490

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
@@ -80,16 +80,16 @@ httplug:
8080
factory: 'httplug.factory.guzzle5'
8181
config:
8282
# These options are given to Guzzle without validation.
83-
base_url: 'http://google.se/'
8483
defaults:
84+
base_uri: 'http://google.se/'
8585
verify_ssl: false
8686
timeout: 4
8787
headers:
8888
Content-Type: 'application/json'
8989
acme:
9090
factory: 'httplug.factory.guzzle6'
9191
config:
92-
base_url: 'http://google.se/'
92+
base_uri: 'http://google.se/'
9393

9494
```
9595

0 commit comments

Comments
 (0)