Skip to content

Commit

Permalink
#102 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 5, 2019
1 parent ed4a4e1 commit e483b26
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit e483b26

Please sign in to comment.