Skip to content

Commit 9911b01

Browse files
authored
Merge pull request #164 from girasquid/patch-1
Update README.md
2 parents 0a536d4 + 48b3b32 commit 9911b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ doc.bookmarks.each_pair do |bookmark_name, bookmark_object|
5252
end
5353
```
5454

55-
Don't have a local file but a buffer? Docx handles those to:
55+
Don't have a local file but a buffer? Docx handles those too:
5656

5757
```ruby
5858
require 'docx'
@@ -261,3 +261,4 @@ The following is a list of attributes and what they control within the style.
261261
* Default formatting of inserted elements to inherited values
262262
* Implement formattable elements.
263263
* Easier multi-line text insertion at a single bookmark (inserting paragraph nodes after the one containing the bookmark)
264+

0 commit comments

Comments
 (0)