Skip to content

Commit 47c6137

Browse files
committed
📝 Updated readme example
1 parent 139ff69 commit 47c6137

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
@@ -48,7 +48,7 @@ Example:
4848
4949
/// Add the oauth authenticator and interceptor to the chopper client.
5050
final chopperClient = ChopperClient(
51-
baseUrl: 'https://example.com',
51+
baseUrl: Uri.parse('https://example.com'),
5252
authenticator: oauthChopper.authenticator(),
5353
interceptors: [
5454
oauthChopper.interceptor,

0 commit comments

Comments
 (0)