Skip to content

Commit

Permalink
Fix mixup between asset and entry in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobodemann authored Oct 24, 2018
1 parent dea73e8 commit 3a0bd22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ Finally fetching <a href="https://www.contentful.com/developers/docs/references/

```java
// Fetch an Asset with a specific id
CDAEntry entry =
CDAAsset asset =
client
.fetch(CDAEntry.class)
.fetch(CDAAsset.class)
.one("{asset-id-goes-here}");
```

Expand Down

0 comments on commit 3a0bd22

Please sign in to comment.