Skip to content

Commit

Permalink
fixed typo in npm url.
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Jun 3, 2014
1 parent c424f48 commit b5744df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('npm-typeahead')({
npmUrl: 'https://www.nmpjs.org',// URL to re-direct the user to.
npmUrl: 'https://www.npmjs.org',// URL to re-direct the user to.
searchUrl: 'http://typeahead-1.aws-west.internal.npmjs.com', // URL for search npm-typeahead REST server.
$: $ // jQuery dependency.
});

0 comments on commit b5744df

Please sign in to comment.