diff --git a/README.md b/README.md index e7d13f8..4685662 100644 --- a/README.md +++ b/README.md @@ -52,9 +52,9 @@ Examples of `emoji` object: } ``` -You can use [npmcdn](https://npmcdn.com/emoji-mart@0.2.0/sheets/) with the sheets included in this repo:
-https://npmcdn.com/emoji-mart@0.2.0/sheets/sheet_apple_64.png
-https://npmcdn.com/emoji-mart@0.2.0/sheets/sheet_emojione_64.png +You can use [unpkg](https://unpkg.com/emoji-mart@0.2.0/sheets/) with the sheets included in this repo:
+https://unpkg.com/emoji-mart@0.2.0/sheets/sheet_apple_64.png
+https://unpkg.com/emoji-mart@0.2.0/sheets/sheet_emojione_64.png ### Emoji ```jsx diff --git a/example/index.js b/example/index.js index 7039279..d29b7a4 100644 --- a/example/index.js +++ b/example/index.js @@ -49,7 +49,7 @@ class Example extends React.Component { onClick={() => this.setState({ set: set })} {...props}> @@ -86,7 +86,7 @@ class Example extends React.Component { emojiSize={this.state.emojiSize} perLine={this.state.perLine} skin={this.state.skin} - sheetURL={`https://npmcdn.com/emoji-mart@0.2.1/sheets/sheet_${this.state.set}_64.png`} + sheetURL={`https://unpkg.com/emoji-mart@0.2.1/sheets/sheet_${this.state.set}_64.png`} onClick={(emoji) => console.log(emoji)} /> }