Skip to content

Commit 2950f86

Browse files
committed
docs: fix README
1 parent 7bd594f commit 2950f86

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,8 @@ See Flexbox Grid Mixins documentation: [http://thingsym.github.io/flexbox-grid-m
149149
4. Forking on GitHub
150150
5. run ```$ cd /path/to/flexbox-grid-mixins```
151151
6. run ```$ npm install```
152-
7. run ```$ bundle install --path vendor/bundle```
153-
8. run ```$ gulp serve```
154-
9. Access URL http://localhost:3000
152+
7. run ```$ gulp serve```
153+
8. Access URL http://localhost:3000
155154

156155
## Contribution
157156

@@ -163,7 +162,7 @@ Small patches and bug reports can be submitted a issue tracker in Github. Forkin
163162
2. Create a feature branch: git checkout -b my-new-feature
164163
3. Commit your changes: git commit -am 'Add some feature'
165164
4. Push to the branch: git push origin my-new-feature
166-
5. Create new Pull Request
165+
5. Create new Pull Request on GitHub
167166

168167
## Changelog
169168

0 commit comments

Comments
 (0)