Skip to content

Commit

Permalink
fix incorrect version display
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Feb 5, 2013
1 parent 4811dda commit 35f0d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -18,7 +18,7 @@ easiest way to contribute.
* **Bug reports** please be as detailed as possible. Include:
* full ruby engine and version: `ruby -e 'puts RUBY_DESCRIPTION'`
* operating system and version
* version of fixme `ruby -e 'ruby -rubygems -e "require 'fixme'; puts Fixme::VERSION'`
* version of fixme `ruby -rubygems -e "require 'fixme'; puts Fixme::VERSION"`
* as much detail about the bug as possible so I can replicate it. Feel free
to link in a [gist][]
* **New Feature**
Expand Down

0 comments on commit 35f0d40

Please sign in to comment.