Skip to content

Commit a98eb5e

Browse files
authored
Update README.md
1 parent 620defc commit a98eb5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Python bindings for web-audio-api-rs
22

3+
https://pypi.org/project/web-audio-api/
4+
35
## Local development
46

57
```bash
@@ -21,5 +23,5 @@ ctx = web_audio_api.AudioContext()
2123
osc = web_audio_api.OscillatorNode(ctx)
2224
osc.connect(ctx.destination())
2325
osc.start()
24-
osc.frequency().set_value(300)
26+
osc.frequency().value = 300
2527
```

0 commit comments

Comments
 (0)