Skip to content

Commit

Permalink
Merge pull request isuttell#7 from ZachMoreno/patch-1
Browse files Browse the repository at this point in the history
adding missing comma
  • Loading branch information
isuttell authored Jun 24, 2017
2 parents 1662a25 + 39df91a commit 240c144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var waves = new SineWaves({

// Specific how much the width of the canvas the waves should be
// This can either be a number or a percent
waveWidth: '95%'
waveWidth: '95%',

// An array of wave options
waves: [
Expand Down

0 comments on commit 240c144

Please sign in to comment.