Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
XiaoFaye committed Mar 2, 2015
1 parent d7ecc52 commit 9e5e653
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A Brief Intro
-------------------

WooCommerce.NET(Rx) is a .NET library for calling WooCommerce REST API v2 in Windows 8.1 APP or Windows Phone 8.1 APP (NOT included Desktop APP).
WooCommerce.NET is a .NET library for calling WooCommerce REST API v2 in Windows 8.1 APP, Windows Phone 8.1 APP, Windows Desktop APP and ASP.NET Web application.

[Visit WooCommerce](http://www.woothemes.com/woocommerce/)
[Visit WooCommerce REST API](http://woothemes.github.io/woocommerce-rest-api-docs/)
Expand All @@ -22,6 +22,8 @@ var products = await wc.GetProducts();

Version History
-------------------
* v0.2.0 Minor update
1. Add support for Windows Desktop application and Web application..
* v0.1.1 Minor update
1. Use the same way to trim json string.
2. Implement Customer Download call.
Expand Down

0 comments on commit 9e5e653

Please sign in to comment.