Skip to content

Commit cd942ad

Browse files
authored
docs: fix link typo
1 parent aa11870 commit cd942ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gulp-htmlpostcss
2-
Gulp plugin to process CSS within the `<style>` tags and inline `style=` attributes in your HTML using [html-postcss](https://github.om/Rebelmail/html-postcss).
2+
Gulp plugin to process CSS within the `<style>` tags and inline `style=` attributes in your HTML using [html-postcss](https://github.com/Rebelmail/html-postcss).
33

44
#Usage
55

@@ -27,4 +27,4 @@ gulp.task('task1', function () {
2727
}))
2828
.pipe(gulp.dest('dist'));
2929
});
30-
```
30+
```

0 commit comments

Comments
 (0)