diff --git a/index.js b/index.js index 755f25c..ecf8f24 100644 --- a/index.js +++ b/index.js @@ -18,7 +18,7 @@ function adjustHeightWhenComplete(myFrame, myDoc) { var GistEmbed = React.createClass({ displayName: 'GistEmbed', propTypes: { - gistId: PropTypes.number.isRequired + gistId: PropTypes.string.isRequired }, componentDidMount: function() {