Skip to content

Commit 05950ef

Browse files
committed
Correct typo
1 parent 687c352 commit 05950ef

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
@@ -35,7 +35,7 @@ Just open any css file. If flycheck is properly configured, flycheck-css-colorgu
3535

3636
### CSS Colorguard installation
3737

38-
Make sure that you have CSS colorguard installed `npn install -g colorguard`.
38+
Make sure that you have CSS colorguard installed `npm install -g colorguard`.
3939

4040
**Use CSS Colorguard version 1.0.0 or higher!**
4141
If you for some reason need to support CSS Colorguard older then 1.0.0, take oldest revision of

flycheck-css-colorguard.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
;; CSS Colorguard helps you maintain the color set that you want, and warns
3434
;; you when colors you've added are too similar to ones that already exist.
3535

36-
;; For more infomations about CSS Colorguard, please check the GitHub
36+
;; For more information about CSS Colorguard, please check the GitHub
3737
;; https://github.com/SlexAxton/css-colorguard
3838

3939
;; For more information about Flycheck:

0 commit comments

Comments
 (0)