Skip to content

Commit

Permalink
adsence -> adsense
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Oct 11, 2016
1 parent 3fb5817 commit 873a9c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/timeagoComponent.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import TimeAgo from '../';
import AdSence from 'react-adsence';
import AdSense from 'react-adsense';

const TimeagoComponent = React.createClass({
render: function() {
Expand All @@ -9,7 +9,7 @@ const TimeagoComponent = React.createClass({
<h1> timeago-react </h1>
<h3> A simple and efficient component to format date with `*** time ago` statement.</h3>

<AdSence.Google client='ca-pub-7292810486004926'
<AdSense.Google client='ca-pub-7292810486004926'
slot='7806394673' />

<div className='examples'>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"homepage": "https://github.com/hustcc/timeago-react",
"devDependencies": {
"react-adsence": "^0.0.1",
"react-adsense": "^0.0.1",
"babel-cli": "^6.6.0",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
Expand Down

0 comments on commit 873a9c4

Please sign in to comment.