Skip to content

Commit b934a19

Browse files
authored
Update README.md
1 parent 6568184 commit b934a19

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Colour
22

3-
Validates colours, cuurrently supporting hex codes only.
3+
Validates colours, currently supporting hex codes only.
44

55
<p align="center">
66
<a href="https://travis-ci.org/laravel-validation-rules/colour">
@@ -20,6 +20,12 @@ Validates colours, cuurrently supporting hex codes only.
2020
</a>
2121
</p>
2222

23+
## Installation
24+
25+
```bash
26+
composer require laravel-validation-rules/colour
27+
```
28+
2329
## Usage
2430

2531
```php

0 commit comments

Comments
 (0)