From 48b3b32fb10daeb7ec30f7a1f9d168db259ed2ab Mon Sep 17 00:00:00 2001 From: Luke Hutscal <60324+girasquid@users.noreply.github.com> Date: Tue, 26 Aug 2025 08:33:14 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31b4b39..f91d9c9 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ doc.bookmarks.each_pair do |bookmark_name, bookmark_object| end ``` -Don't have a local file but a buffer? Docx handles those to: +Don't have a local file but a buffer? Docx handles those too: ```ruby require 'docx' @@ -261,3 +261,4 @@ The following is a list of attributes and what they control within the style. * Default formatting of inserted elements to inherited values * Implement formattable elements. * Easier multi-line text insertion at a single bookmark (inserting paragraph nodes after the one containing the bookmark) +