Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattparmett committed Oct 22, 2012
1 parent f03de56 commit dd9fd1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Or, even more briefly:
```ruby
require 'pcr.rb'
pcr = PCR.new(API_TOKEN)
puts pcr.course("PSCI-150")course.average("rCourseQuality")
puts pcr.course("PSCI-150").average("rCourseQuality")
#=> 3.041
```

Expand Down

0 comments on commit dd9fd1c

Please sign in to comment.