Skip to content

Commit e6cdfea

Browse files
authored
Update template and readme (#766)
* 4 spaces in template * update readme
1 parent 7c2c7dc commit e6cdfea

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ WereSoCool can be installed on macos, linux, and windows via cargo. You'll also
3636

3737
#### Necessary Dependancies
3838
Macos:
39-
brew install lame libvorbis
39+
`brew install lame libvorbis`
4040

4141
Arch Linux (ALSA):
42-
sudo pacman -S lame vorbis-tools
42+
`sudo pacman -S lame vorbis-tools`
4343

4444
Ubuntu (ALSA):
45-
sudo apt-get lame vorbis-tools
45+
`sudo apt-get lame vorbis-tools`
4646

4747
### Windows
4848

src/new.rs

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -21,30 +21,30 @@ const DEFAULT_SOCOOL: &str = indoc! {"
2121
{ f: 311.127, l: 1, g: 1/3, p: 0 }
2222
2323
thing1 = {
24-
O[
25-
(1/1, 2, 1, 1),
26-
(1/1, 0, 1, -1),
27-
]
28-
| Seq [
29-
Fm 1, Fm 9/8, Fm 5/4
30-
]
24+
O[
25+
(1/1, 2, 1, 1),
26+
(1/1, 0, 1, -1),
27+
]
28+
| Seq [
29+
Fm 1, Fm 9/8, Fm 5/4
30+
]
3131
}
3232
3333
thing2 = {
34-
O[
35-
(1/1, 2, 1, 1),
36-
(1/1, 0, 1, -1),
37-
]
38-
| Seq [
39-
Fm 3/4
40-
]
41-
| FitLength thing1
34+
O[
35+
(1/1, 2, 1, 1),
36+
(1/1, 0, 1, -1),
37+
]
38+
| Seq [
39+
Fm 3/4
40+
]
41+
| FitLength thing1
4242
}
4343
4444
main = {
45-
Overlay [
46-
thing1,
47-
thing2
48-
]
45+
Overlay [
46+
thing1,
47+
thing2
48+
]
4949
}
5050
"};

0 commit comments

Comments
 (0)