Skip to content

Commit

Permalink
🚑 Fix links to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcgregor authored Oct 3, 2016
1 parent e63607b commit 5b76265
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 5b76265

Please sign in to comment.