Skip to content

Commit

Permalink
Merge pull request #519 from jamesbowles/gh-pages
Browse files Browse the repository at this point in the history
Update getting started and contributing docs
  • Loading branch information
greatuserongithub committed Jun 18, 2013
2 parents 936c4d9 + 07fd369 commit 5925ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/contributing.textile
Expand Up @@ -22,7 +22,7 @@ $ sudo easy_install Pygments
{% endhighlight %}
# Run the Jekyll server
{% highlight sh %}
jekyll --auto --server
jekyll serve --watch
{% endhighlight %}
# Open up http://localhost:4000/ in your web browser
# Make your documentation changes
Expand Down
2 changes: 1 addition & 1 deletion documentation/getting-started/console.textile
Expand Up @@ -14,7 +14,7 @@ Example 1:
things.insert("name" => "Another Thing", "date" => Time.now)

cursor = things.find("name" => "Raw Thing")
puts cursor.next_object.inspect
puts cursor.next.inspect

Example 2:
class Thing
Expand Down

0 comments on commit 5925ea0

Please sign in to comment.