From e483b262bee389baf134cd47cc9e3c1148a820b5 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 5 Dec 2019 07:33:30 +0300 Subject: [PATCH] #102 readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 208f9d1..d958265 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ Also, read this blog post: [Object-Oriented DynamoDB API](http://www.yegor256.co Set of classes in `com.jcabi.dynamo` is an object layer on top of [AWS SDK for Dynamo DB](http://aws.amazon.com/sdkforjava/). + For example, to read an item from your Dynamo table: ```java @@ -36,11 +37,6 @@ public class Main { } ``` -## Questions? - -If you have any questions about the framework, or something doesn't work as expected, -please [submit an issue here](https://github.com/jcabi/jcabi-dynamo/issues/new). - ## How to contribute? Fork the repository, make changes, submit a pull request.