darcyclarke / Repo.js

:page_facing_up: A plugin to embed Github repos on your site
MIT License
911 stars 82 forks source link

Website displaying incorrect code #2

Closed tybenz closed 12 years ago

tybenz commented 12 years ago

On the Repo.js site you have this as a source example:

$('#repo').repo({ user: 'darcyclarke', 'Repo.js' });

But it should be:

$('#repo').repo({ user: 'darcyclarke', name: 'Repo.js' });
darcyclarke commented 12 years ago

Nice catch! Fixed!