Skip to content

Commit

Permalink
Per Zendesk's request, s/ZenDesk/Zendesk/g (part 5)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jun 30, 2014
1 parent d865328 commit 79d5d89
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Zendesk Java Client
===================

This is a Zendesk client implementation written in Java using AsyncHttpClient and Jackson.
This is a [Zendesk][zd] client implementation written in Java using AsyncHttpClient and Jackson.

Using the API
-------------
Expand Down Expand Up @@ -75,3 +75,7 @@ History
* 0.0.x - Initial release series

* 0.1.x - Switched from `Integer` as the id type to `Long` due to reports of overflow

* 0.2.x - At request of [Zendesk][zd], renamed `ZenDesk` to `Zendesk`

[zd]: http://zendesk.com
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.cloudbees.thirdparty</groupId>
<artifactId>zendesk-java-client</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.2.0-SNAPSHOT</version>

<name>zendesk-java-client</name>
<description>Java client for the Zendesk API</description>
Expand Down

0 comments on commit 79d5d89

Please sign in to comment.