We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708be74 commit f5dea61Copy full SHA for f5dea61
1 file changed
README.md
@@ -57,7 +57,7 @@ Don't have a local file but a buffer? Docx handles those to:
57
require 'docx'
58
59
# Create a Docx::Document object from a remote file
60
-doc = Docx::Document.open_buffer(buffer)
+doc = Docx::Document.open(buffer)
61
62
# Everything about reading is the same as shown above
63
```
0 commit comments