Browse Source

Link to godoc.org in README.org

Geoffrey J. Teale 11 years ago
parent
commit
883d4a7633
1 changed files with 5 additions and 1 deletions
  1. 5 1
      README.org

+ 5 - 1
README.org

@@ -6,7 +6,11 @@ by recent version of Microsoft Excel in Go programs.
 The support for writing XLSX files is currently extremely minimal.  It
 will expand slowly, but in the meantime patches are welcome!
 
-** Usage
+** Full API docs
+The full API docs can be viewed using go's built in documentation
+tool, or online at [[http://godoc.org/github.com/tealeg/xlsx][godoc.org]].
+
+** Basic Usage
 *** Reading XLSX files
 Here is a minimal example usage that will dump all cell data in a
 given XLSX file.  A more complete example of this kind of