Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Fixed "main" attribute in bower.json to point to react-disqus-thread.…
Browse files Browse the repository at this point in the history
…js, and changed the example component name to ReactDisuqsThread to match the global component name that Bower will return
  • Loading branch information
kennu committed Jun 28, 2015
1 parent 727fff4 commit d023b54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ http://mzabriskie.github.io/react-disqus-thread/example

```js
var React = require('react');
var DisqusThread = require('react-disqus-thread');
var ReactDisqusThread = require('react-disqus-thread');

var App = createClass({
render: function () {
return (
<DisqusThread
<ReactDisqusThread
shortname="example"
identifier="something-unique-12345"
title="Example Thread"
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"Matt Zabriskie"
],
"description": "React Disqus thread component",
"main": "./dist/disqus-thread.js",
"main": "./dist/react-disqus-thread.js",
"keywords": [
"disqus",
"react",
Expand Down

0 comments on commit d023b54

Please sign in to comment.