From 0216cc7ebae4d17d4695e8eb63d339c8fcef6367 Mon Sep 17 00:00:00 2001 From: Lionel Date: Fri, 17 Jul 2020 17:16:02 +0200 Subject: [PATCH] Update README.md Add missing `js` into code block fixing highlight. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 992e4973..01291eba 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ return new Promise((resolve, reject) => { Since that officegen is using node.js events you can also create a document directly into a http respons stream: -``` +```js const officegen = require('officegen') const http = require('http')