Skip to content

Commit

Permalink
Fix link in documentation (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasily Karyaev committed Apr 3, 2017
1 parent 15fa34b commit 2cd7161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ However, it is easy to extend the API and add support for any method you need (s
### Code samples

* [Using an existing method implementation (Java)](src/test/java/com/ecwid/maleorang/examples/ExistingMethodExample.java)
* [Using an existing method implementation (Kotlin)](src/test/java/com/ecwid/maleorang/method/v3_0/members/MembersTest.kt)
* [Using an existing method implementation (Kotlin)](src/test/java/com/ecwid/maleorang/method/v3_0/lists/members/MembersTest.kt)
* [Using a custom method implementation (Java)](src/test/java/com/ecwid/maleorang/examples/CustomMethodExample.java)

### Build tools integration
Expand Down

0 comments on commit 2cd7161

Please sign in to comment.