1
0
Пётр 10 жил өмнө
parent
commit
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