浏览代码

Update README.md

Пётр 10 年之前
父节点
当前提交
4e7e382297
共有 1 个文件被更改,包括 9 次插入0 次删除
  1. 9 0
      README.md

+ 9 - 0
README.md

@@ -15,6 +15,15 @@
     go get github.com/kpmy/odf
 В пакете demo есть пример использования ODF для формирования отчета.
 
+## Description
+This library is for generation of ODF document with Go.
+
+You can produce a document with content by calling the Formatter methods.
+Then you can save this document to zip-file .odf
+
+No need for your code to handle with ODF XML content. 
+More examples in demo/report.go
+
 ## Example
 
     package main