Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wendux committed Sep 20, 2019
1 parent f10f8e9 commit 0d51d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ There is a complete example [here](https://github.com/flutterchina/dio/blob/mast

## Extends Dio class

`Dio` is a abstract class with factory constructor,so we don't extends `Dio` class directy. For this purpose, we can extends `DioForNative` or `DioForBrowser` instead, for example:
`Dio` is a abstract class with factory constructor,so we don't extend `Dio` class directy. For this purpose, we can extend `DioForNative` or `DioForBrowser` instead, for example:

```dart
import 'package:dio/dio.dart';
Expand Down

0 comments on commit 0d51d45

Please sign in to comment.