Skip to content

Commit b6167ec

Browse files
author
WooSignal
authored
Update Readme
1 parent 0878b6b commit b6167ec

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
@@ -34,7 +34,7 @@ Import wp_json_api.dart
3434
import 'package:wp_json_api/wp_json_api.dart';
3535
```
3636

37-
### Examples using Wp JSON API
37+
### Example using Wp JSON API
3838

3939
``` dart
4040
import 'package:wp_json_api/wp_json_api.dart';
@@ -48,7 +48,7 @@ WPJsonAPI.instance.initWith(baseUrl: "https://mysite.com");
4848
```
4949

5050

51-
##2 - Call a method from the request callback
51+
## 2 - Call a method from the request callback
5252
``` dart
5353
WPUserLoginResponse wpUserLoginResponse = await WPJsonAPI.instance
5454
.api((request) => request.wpLogin(

0 commit comments

Comments
 (0)