Skip to content

Commit

Permalink
Update README.md (#1231)
Browse files Browse the repository at this point in the history
- typo in README.m #L117
  • Loading branch information
SunlightBro committed Jun 11, 2024
1 parent f8d5bf8 commit e2e2170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ the [`RetryClient()`][new RetryClient] constructor.

## Choosing an implementation

There are multiple implementations of the `package:http` [`Client`][client] interface. By default, `package:http` uses [`BrowserClient`][browserclient] on the web and [`IOClient`][ioclient] on all other platforms. You an choose a different [`Client`][client] implementation based on the needs of your application.
There are multiple implementations of the `package:http` [`Client`][client] interface. By default, `package:http` uses [`BrowserClient`][browserclient] on the web and [`IOClient`][ioclient] on all other platforms. You can choose a different [`Client`][client] implementation based on the needs of your application.

You can change implementations without changing your application code, except
for a few lines of [configuration](#2-configure-the-http-client).
Expand Down

0 comments on commit e2e2170

Please sign in to comment.