Skip to content

Commit 858eeae

Browse files
committed
Fix issue with readme file
1 parent 9cecc53 commit 858eeae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vsts-coverage-styles
22

3-
This package helps to convert the external css files linked in an HTML into an internal style i.e., by injecting in HTML using <style> tag in the document head.
3+
This package helps to convert the external css files linked in an HTML into an internal style i.e., by injecting in HTML using ```<style>``` tag in the document head.
44
It follows the same order while injecting CSS back in the HTML.
55

66
It doesn't do anything else, so it is as simple and fast as it can.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vsts-coverage-styles",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "This package helps to convert the external css files in an HTML to an internal style i.e., injected using style tag in the document head.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)