From 69fe40e94b5d9e23daafdbec3010e93284ee5d61 Mon Sep 17 00:00:00 2001 From: Maxim Smolyakov <1939299+msmolyakov@users.noreply.github.com> Date: Thu, 1 Aug 2019 17:19:54 +0300 Subject: [PATCH] link to paddle-example --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e8d2b8..9482abc 100644 --- a/README.md +++ b/README.md @@ -71,4 +71,6 @@ class FirstTest { ### What next? -See tests in `e2e` package in the Paddle repository for examples how to use Paddle. +See tests in [e2e](https://github.com/msmolyakov/paddle/tree/master/src/test/java/im/mak/paddle/e2e) package in the repository for examples how the Paddle can be used. + +[paddle-example](https://github.com/msmolyakov/paddle-example) - project boilerplate with example of dApp and tests with Paddle.