From 19ded9098af127a94e11d79cde851490921ce95b Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Wed, 21 Aug 2024 23:15:15 +0000 Subject: [PATCH] chore: fix word order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cbee57e..9c0b65a 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ $ cd go-xmlstruct $ goxmlstruct internal/tests/gpx/testdata/*.gpx ``` -This demonstrates generating a Go struct from multiple XML complex documents. +This demonstrates generating a Go struct from multiple complex XML documents. For an example of configurable field naming and named types by using go-xmlstruct as a package, see