Skip to content

Commit

Permalink
readme cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
palexander committed Nov 28, 2012
1 parent 030bcff commit a076297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
= lib folder
# lib folder
The /lib folder can be used for organizing complex code or Rack middleware that doesn't fit well in the /helpers or /models space. For example, a small DSL for defining relationships between resources or a data access layer.
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
= Vendor folder
# Vendor folder
You can bake in gems using the bundler command `bundle install --deployment`. This will freeze the gem versions for use in deployment.

0 comments on commit a076297

Please sign in to comment.