Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
Fix README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuga committed Sep 14, 2010
1 parent 1785ad0 commit 5c1e658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -90,7 +90,7 @@ Then use your model classes, in a way more or less similar to any number of ORMs
artist.cds = [cd]
artist.save!

queen = Arist.for('queen')
queen = Artist.for('queen')
hits = CD.for 'queens-greatest-hits'
hits.artist == artist == queen

Expand All @@ -117,7 +117,7 @@ Any call to 'for' with a valid identifier will always return an object with nil
fields. It's a way of looking at a given resource, not a closed-world mapping
to one.

You can use also use blank nodes more or less as you would a URI:
You can also use blank nodes more or less as you would a URI:

remix_artist = Artist.for(RDF::Node.new)
# => <Artist @subject=#<RDF::Node:0xd1d314(_:g13751060)>>
Expand Down

0 comments on commit 5c1e658

Please sign in to comment.