Skip to content

Commit

Permalink
Merge pull request #32 from d2s/master
Browse files Browse the repository at this point in the history
Fix broken link from README
  • Loading branch information
Kyle Neath committed Feb 13, 2012
2 parents 8e700ea + 249adad commit ba08eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -65,7 +65,7 @@ The library is also fully TomDoc'd, completing the circle of life.
The documenting syntax and ruby library are intended to generate styleguides automatically. To do this, you'll need to leverage a small javascript library that generates class styles for pseudo-class styles (`:hover`, `:disabled`, etc). The documenting syntax and ruby library are intended to generate styleguides automatically. To do this, you'll need to leverage a small javascript library that generates class styles for pseudo-class styles (`:hover`, `:disabled`, etc).


* [kss.coffee](https://github.com/kneath/kss/blob/master/lib/kss.coffee) * [kss.coffee](https://github.com/kneath/kss/blob/master/lib/kss.coffee)
* [kss.js](https://github.com/kneath/kss/blob/master/lib/kss.js) (compiled js) * [kss.js](https://github.com/kneath/kss/blob/master/example/public/javascripts/kss.js) (compiled js)


For an example of how to generate a styleguide, check out the [`example`](https://github.com/kneath/kss/tree/master/example) sinatra application. For an example of how to generate a styleguide, check out the [`example`](https://github.com/kneath/kss/tree/master/example) sinatra application.


Expand All @@ -75,4 +75,4 @@ To hack on KSS, you'll need to install dependencies with `bundle install`. Run t


To make your life easier, I suggest `bundle install --binstubs` and adding `bin/` to your `$PATH`. If you don't understand this, just blindly add `bundle exec` in front of everything you'd normally do, like `bundle exec rake`. To make your life easier, I suggest `bundle install --binstubs` and adding `bin/` to your `$PATH`. If you don't understand this, just blindly add `bundle exec` in front of everything you'd normally do, like `bundle exec rake`.


I apologize on behalf of the Ruby community for this, it's embarrassing and disappointing that dependency management is still so clumsy. I apologize on behalf of the Ruby community for this, it's embarrassing and disappointing that dependency management is still so clumsy.

0 comments on commit ba08eb6

Please sign in to comment.