Skip to content

Commit 232b84d

Browse files
committed
Documentation typo fixed.
1 parent f65cdfb commit 232b84d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
- [Grunt](http://gruntjs.com/).
4141
- [Bower](http://bower.io/).
4242

43-
The process is very simple.
43+
#### Development Workflow
4444

4545
1. **[Fork](https://github.com/rmariuzzo/checkboxes.js/fork)** this respository.
46-
2. **Clone** your fork and create a branch feature branch from develop.
46+
2. **Clone** your fork and create a feature branch from develop.
4747
git clone git@github.com:<your-username>/checkboxes.js.git
4848
git fetch origin
4949
git checkout develop
@@ -59,7 +59,7 @@ Questions? [Hit me](https://github.com/rmariuzzo/).
5959

6060
#### ProTip:
6161

62-
- When coding run `grunt`, this will watch for any change in source and test files, then it will lint and test your code as you code.
62+
> When coding run `grunt`, this will watch for any change in source and test files, then it will lint and test your code as you code.
6363
6464
## Tests
6565

0 commit comments

Comments
 (0)