Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonynsimon authored Aug 27, 2016
1 parent 762690f commit 2185dd2
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 @@ -118,7 +118,7 @@ func main() {
import "github.com/anthonynsimon/bild/channel"

### Extract Channel
result := channel.Extract(img, bild.Alpha)
result := channel.Extract(img, channel.Alpha)

![example](https://anthonynsimon.github.io/projects/bild/extractchannel.jpg)

Expand Down

0 comments on commit 2185dd2

Please sign in to comment.