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 0878b6b commit b6167ecCopy full SHA for b6167ec
README.md
@@ -34,7 +34,7 @@ Import wp_json_api.dart
34
import 'package:wp_json_api/wp_json_api.dart';
35
```
36
37
-### Examples using Wp JSON API
+### Example using Wp JSON API
38
39
``` dart
40
@@ -48,7 +48,7 @@ WPJsonAPI.instance.initWith(baseUrl: "https://mysite.com");
48
49
50
51
-##2 - Call a method from the request callback
+## 2 - Call a method from the request callback
52
53
WPUserLoginResponse wpUserLoginResponse = await WPJsonAPI.instance
54
.api((request) => request.wpLogin(
0 commit comments