Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreLion committed Aug 22, 2015
1 parent 7bb3fc8 commit 760dc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ var React = require('react');
var Qiniu = require('react-qiniu);
var ReactQiniuDemo = React.createClass({
getInitialState () {
getInitialState: function () {
return {
files: [],
token: 'YOUR_UPLOAD_TOKEN',
Expand Down

0 comments on commit 760dc51

Please sign in to comment.