Skip to content

Commit ee5c0dd

Browse files
committed
fix readme
1 parent cb8ec3d commit ee5c0dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://supercollider.github.io
2121
SuperDiffuse is written as a Quark, so __if you have Git installed__ (Windows users will need to manually install Git), run the following in SuperCollider:
2222

2323
```supercollider
24-
Quarks.install("https:/github.com/jrsurge/SuperDiffuse")
24+
Quarks.install("https://github.com/jrsurge/SuperDiffuse")
2525
```
2626

2727
Then restart SuperCollider (or just recompile the class library with `Ctrl/Cmd + Shift + L`).
@@ -48,7 +48,7 @@ Make sure your SuperCollider is setup to use the number of output channels you n
4848
// connect to your soundcard
4949
// all connected devices are listed on booting
5050
// the server if you need to know what goes here
51-
s.options.device_("ASIO : ASIO Babyface");
51+
s.options.device_("ASIO : ASIO Fireface");
5252
5353
// set the number of output channels on the card:
5454
s.options.numOutputBusChannels_(8);

0 commit comments

Comments
 (0)