Skip to content

Commit

Permalink
Merge pull request #6 from nothingworksright/updates
Browse files Browse the repository at this point in the history
Changed readme python badge to 2.7
  • Loading branch information
jmg1138 authored Nov 9, 2017
2 parents f40b243 + 022be8f commit 0bad293
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*.pyc
*.spec
build
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Another text editor.

Edit some temporary notes (plain text), or Python source code (syntax highlighting). A simple text editor with undo/redo, cut/copy/paste/delete, select all, word wrap, line numbers, folding symbols, and Python syntax highlighting.

[![Python 3](https://img.shields.io/badge/Python%20Version-3.6.2-orange.svg?style=flat)](https://www.python.org)
[![Python 2.7](https://img.shields.io/badge/Python%20Version-2.7-orange.svg?style=flat)](https://www.python.org)
[![PEP8](https://img.shields.io/badge/Code%20Style-PEP%208-orange.svg?style=flat)](https://www.python.org/dev/peps/pep-0008/)
[![Code Climate](https://codeclimate.com/github/nothingworksright/tmpNote/badges/gpa.svg)](https://codeclimate.com/github/nothingworksright/tmpNote)
[![Issue Count](https://codeclimate.com/github/nothingworksright/tmpNote/badges/issue_count.svg)](https://codeclimate.com/github/nothingworksright/tmpNote)
Expand Down

0 comments on commit 0bad293

Please sign in to comment.