Skip to content

Commit 2ab2131

Browse files
authored
Merge pull request #16 from codemascot/docs
Logo re-positioned, re-sized and shields.io badges added
2 parents 3295903 + c77d0e5 commit 2ab2131

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
<p align="center"><a href="https://codemascot.com" target="_blank"><img src="https://raw.githubusercontent.com/codemascot/wc-api-clj/master/img/logo.svg" width="600"></a></p>
2-
31
## *WooCommerce* REST API Client - Written in *Clojure*
2+
3+
[![Clojars Project](https://img.shields.io/clojars/v/org.clojars.codemascot/wc-api-clj.svg)](https://clojars.org/org.clojars.codemascot/wc-api-clj) [![cljdoc badge](https://cljdoc.org/badge/org.clojars.codemascot/wc-api-clj)](https://cljdoc.org/d/org.clojars.codemascot/wc-api-clj/CURRENT) ![last-commit](https://img.shields.io/github/last-commit/codemascot/wc-api-clj.svg)
4+
5+
<p align="center"><a href="https://codemascot.com" target="_blank"><img src="https://raw.githubusercontent.com/codemascot/wc-api-clj/master/img/logo.svg" width="1000"></a></p><br>
6+
47
A wrapper of *WooCommerce* REST API written in *Clojure*. Interact with the WooCommerce REST API securely using this library. Over HTTPS connection, this library uses *BasicAuth* means it will use `consumer_key` and `consumer_secret` strings of *WooCommerce* REST API settings. *Oauth* support would be added soon.
58

69
## Documentation

0 commit comments

Comments
 (0)