README.markdown in orthorings-0.4.0 vs README.markdown in orthorings-0.4.1
- old
+ new
@@ -7,12 +7,10 @@
* Define an entire site backed by Orthor with the included DSL (more on this below)
* Display content on any page in your app using the included helper methods
## Installation
-As a gem
-
gem install orthorings
## Configuration
Add a new file (e.g. orthor_config.rb) with the something like the below to your startup directory (e.g. in Rails config/initializers)
@@ -123,10 +121,10 @@
{{Featured News Item}}
{{Supporting Image}}
{{Markdown body}}
-## Example Usage (as provided by the OrthorHelper module, defined as class methods of Orthorings)
+## Example Usage
In all the methods below, if you don't provide a template name, you will get the parsed JSON array/hash back.
### Content