From c74b2f0561f908163e5f4a33ddbcca9beebba59c Mon Sep 17 00:00:00 2001 From: Gonzalo Fernandez-Victorio Date: Wed, 12 May 2021 21:28:46 +0100 Subject: [PATCH] Expand Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cc4985..02cf46e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Docx library -Yet another library to read and write .docx (Microsoft Word) files in Go. +Yet another library to read and write .docx (a.k.a. Microsoft Word documents or ECMA-376 Office Open XML) files in Go. ## Introduction