Browse Source

Update README.md

Пётр 10 năm trước cách đây
mục cha
commit
4e7e382297
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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