Browse Source

Update README.md

disintegration 13 years ago
parent
commit
57c6515364
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.md

+ 5 - 1
README.md

@@ -7,10 +7,14 @@ This package is based on the standard Go image package. All the image
 manipulation functions provided by the package return a new `draw.Image`.
 Currently, `*image.RGBA` type is used to build new images.
 
-### Installation
+###Installation
 
     go get github.com/disintegration/imaging
     
+### Documentation
+
+http://godoc.org/github.com/disintegration/imaging
+    
 ### Usage
 
 ```go