Skip to content

Commit

Permalink
Updated README and test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke authored and ealdent committed Aug 31, 2010
1 parent af49d34 commit c24290c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.rdoc
Expand Up @@ -7,6 +7,10 @@ Wordnik wants to be a place for all the words, and everything known about them.
Install gem via gemcutter.

gem install wordnik

== Usage

For a summary of implemented methods, check out {rdoc.info/github/ealdent/wordnik}[http://rdoc.info/github/ealdent/wordnik/master/Wordnik] or simply peek inside lib/wordnik.rb

== Note on Patches/Pull Requests

Expand All @@ -20,4 +24,4 @@ Install gem via gemcutter.

== Copyright

Copyright (c) 2009 Jason Adams under the BSD license. See LICENSE for details.
Copyright (c) 2009-2010 Jason Adams under the BSD license. See LICENSE for details.
4 changes: 2 additions & 2 deletions test/test_wordnik.rb
@@ -1,7 +1,7 @@
require 'helper'

# In order to run any tests, you must copy your API key into a file in the
# same directory that you run your tests from, or else set the environment
# In order to run any tests, you must copy your API key into a file named .api-key
# in the same directory that you run your tests from, or else set the environment
# variable WORDNIK_API_KEY to the api key you wish to use.
class TestWordnik < Test::Unit::TestCase
context "initializing a Wordnik object" do
Expand Down

0 comments on commit c24290c

Please sign in to comment.