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: ...@@ -30,7 +30,7 @@ Describe your UI directly in the DOM using data attributes:
30 30
31 Then tell Rivets.js what model(s) to bind to what part of the DOM: 31 Then tell Rivets.js what model(s) to bind to what part of the DOM:
32 32
33 rivets.bind($('auction'), {auction: auction, user: currentUser}); 33 rivets.bind($('#auction'), {auction: auction, user: currentUser});
34 34
35 ## Configuring 35 ## Configuring
36 36
......