Skip to content

Commit fb60136

Browse files
committed
fix: Improve formatting
1 parent bc6c773 commit fb60136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Use [@vxna/mini-html-webpack-template](https://www.npmjs.com/package/@vxna/mini-
9595
9696
Or define a template function to generate your own code.
9797
98-
The template function may return a string or a Promise resolving to a string.
98+
The template function may return a string or a `Promise` resolving to a string.
9999
100100
```js
101101
const MiniHtmlWebpackPlugin = require('mini-html-webpack-plugin');

0 commit comments

Comments
 (0)