diff --git a/docs/README.md b/docs/README.md index 28781012fe..f48a42ecf6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -53,7 +53,7 @@ Packer.toBuffer(doc).then((buffer) => { fs.writeFileSync("My Document.docx", buffer); }); -// Done! A file called 'My First Document.docx' will be in your file system. +// Done! A file called 'My Document.docx' will be in your file system. ```