Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Stinkdigital/sono
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcgregor committed Nov 16, 2016
2 parents 9a7278e + 5b76265 commit 40d4b0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var videoEl = document.querySelector('video');
var videoElSound = sono.createSound(videoEl);
```

[Further examples, covering all valid sound sources](docs/sono.md#createsound)
[Further examples, covering all valid sound sources](docs/Sono.md#createsound)


### Adding effects
Expand Down Expand Up @@ -87,16 +87,16 @@ echo.delay = 0.5;
echo.feedback = 0.9;
```

[Further examples and full list of effects](docs/sono.md#effects)
[Further examples and full list of effects](docs/Sono.md#effects)


### Further documentation

[sound object api](docs/sono.md#sound)
[sound object api](docs/Sono.md#sound)

[loading sounds](docs/sono.md#load)
[loading sounds](docs/Sono.md#load)

[utils](docs/sono.md#utils)
[utils](docs/Sono.md#utils)


## Dev setup
Expand Down

0 comments on commit 40d4b0c

Please sign in to comment.