We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce5b6bd commit 7cc939aCopy full SHA for 7cc939a
README.md
@@ -30,7 +30,7 @@ final client = JsonApiClient();
30
In a browser use the `BrowserClient`:
31
```dart
32
import 'package:json_api/json_api.dart';
33
-import 'package:http/browser_json_api.dart';
+import 'package:http/browser_client.dart';
34
35
final client = JsonApiClient(factory: () => BrowserClient());
36
```
0 commit comments