855e927e by Michael Richards

Merge pull request #13 from nicholasareed/master

Missing # in front page doc
2 parents 6afd9c97 2f1c398b
......@@ -30,7 +30,7 @@ Describe your UI directly in the DOM using data attributes:
Then tell Rivets.js what model(s) to bind to what part of the DOM:
rivets.bind($('auction'), {auction: auction, user: currentUser});
rivets.bind($('#auction'), {auction: auction, user: currentUser});
## Configuring
......