diff --git a/README.md b/README.md index 8448164..b9d1f8e 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ func main() { fmt.Println("Plain text:") for _, it := range doc.Document.Body.Items { switch it.(type) { - case *docx.Paragraph, *docx.WTable: // printable + case *docx.Paragraph, *docx.Table: // printable fmt.Println(it) } }