Skip to content

Commit 72c48d2

Browse files
Updated docs
1 parent 9679cc8 commit 72c48d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# woocommerce_api
1+
# WooCommerce SDK for Dart
22

33
A dart package to interact with the WooCommerce API. It uses OAuth1.0a behind the scenes to generate the signature and URL string. It then makes calls and return the data back to the calling function.
44

5+
![Example code and preview](Screenshot.png)
6+
57
## Complete Usage Example
68
```
79
import 'dart:async';
@@ -96,7 +98,5 @@ class _MyHomePageState extends State<MyHomePage> {
9698
}
9799
98100
```
101+
### Report any issues if you face any or drop me an email at samarthagarwal@live.com
99102

100-
## Output
101-
102-
![Example code's output](Screenshot.jpg)

Screenshot.jpg

-45.4 KB
Binary file not shown.

Screenshot.png

311 KB
Loading

0 commit comments

Comments
 (0)