Skip to content

Commit

Permalink
Fixed readme for ResourceAsInput
Browse files Browse the repository at this point in the history
  • Loading branch information
ixmanuel committed Jul 21, 2017
1 parent 1ab49bc commit 1595c3b
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 @@ -89,7 +89,7 @@ To read a binary file from classpath:

```java
byte[] data = new InputAsBytes(
new InputOf("foo/img.jpg")
new ResourceAsInput("foo/img.jpg")
).asBytes();
```

Expand Down

0 comments on commit 1595c3b

Please sign in to comment.