Skip to content

Commit 9de57cf

Browse files
committed
Typo, add .gitignore
1 parent b36d6ac commit 9de57cf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.DS_Store

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SublimeLinter-pep8
33

44
[![Build Status](https://travis-ci.org/SublimeLinter/SublimeLinter-pep8.svg?branch=master)](https://travis-ci.org/SublimeLinter/SublimeLinter-pep8)
55

6-
This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to the [pep8](https://github.com/jcrocholl/pep8). It will be used with files that have the “Python” syntax.
6+
This linter plugin for [SublimeLinter](http://sublimelinter.readthedocs.org) provides an interface to [pep8](https://github.com/jcrocholl/pep8). It will be used with files that have the “Python” syntax.
77

88
## Installation
99
SublimeLinter 3 must be installed in order to use this plugin. If SublimeLinter 3 is not installed, please follow the instructions [here](http://sublimelinter.readthedocs.org/en/latest/installation.html).

0 commit comments

Comments
 (0)