Skip to content

Commit b0a286d

Browse files
authored
Merge pull request #2 from TimHandy/master
Update README.md with info regarding .editorconfig usage
2 parents de821e2 + ac3cd41 commit b0a286d

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
@@ -2,9 +2,9 @@
22
Website for the javascript101 meetup Bristol
33

44
## Getting Started
5-
```
6-
git clone https://github.com/CodeHubOrg/javascript101.git
7-
```
5+
6+
1. We use a .editorconfig file to help everyone maintain adherence to our styleguide. This file tells your code editor to use certain default settings for this project. Please download the relevant plugin for your editor of choice here: [editorconfig.org](http://editorconfig.org/#download)
7+
1. `git clone https://github.com/CodeHubOrg/javascript101.git`
88

99
## How to contribute
1010
[How to use git](https://javascript101.gitbooks.io/guide/content/version_control.html)

0 commit comments

Comments
 (0)