Skip to content

Commit

Permalink
Merge pull request #1 from bagilevi/master
Browse files Browse the repository at this point in the history
Lowercase "kramdown" to make it work on Linux
  • Loading branch information
ddubyah committed Jul 17, 2011
2 parents 2a60a51 + 3afb9b1 commit 611ebe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/markdown.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'guard'
require 'guard/guard'
require 'guard/watcher'
require 'Kramdown'
require 'kramdown'

module Guard
class Markdown < Guard
Expand Down

0 comments on commit 611ebe0

Please sign in to comment.