Skip to content

Commit d59ae1b

Browse files
committed
docs: downgrading one level to recommended way
1 parent e11d82f commit d59ae1b

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,31 @@ So, with a circuit like that:
2121

2222
Using this project you can play your favorite songs in your own Arduino.
2323

24-
## How to use it
24+
## How to use it (Recommended way)
2525

2626
First of all, make sure you have [npm and node](https://www.npmjs.com/get-npm) installed.
2727

28-
### Recommended way
29-
30-
#### Installation
28+
### Installation
3129
Open your terminal and type:
3230

3331
> sudo npm install -g arduino-tablature
3432
3533
Now you have the arduino-tablature command available globally
3634

37-
#### Picking your tablature
35+
### Picking your tablature
3836

3937
- Go to [CifraClub's WebSite](https://www.cifraclub.com.br "CifraClub's Website") and search for your song, **which has a tablature on it.**
4038

41-
##### Example:
39+
#### Example:
4240

4341
> https://www.cifraclub.com.br/natiruts/andei-so/
4442
45-
#### Running the code
43+
### Running the code
4644
Then execute in the terminal, with your url in the url param:
4745

4846
> arduino-tablature --url=https://www.cifraclub.com.br/natiruts/andei-so/
4947
50-
#### Uploading to Arduino
48+
### Uploading to Arduino
5149

5250
After that a **music.ino** file will be generated, inside the music folder, and you will be able to [upload it to your arduino](https://www.arduino.cc/en/Guide/HomePage) using the Arduino IDE or others.
5351

docs/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,31 @@ So, with a circuit like that:
2121

2222
Using this project you can play your favorite songs in your own Arduino.
2323

24-
## How to use it
24+
## How to use it (Recommended way)
2525

2626
First of all, make sure you have [npm and node](https://www.npmjs.com/get-npm) installed.
2727

28-
### Recommended way
29-
30-
#### Installation
28+
### Installation
3129
Open your terminal and type:
3230

3331
> sudo npm install -g arduino-tablature
3432
3533
Now you have the arduino-tablature command available globally
3634

37-
#### Picking your tablature
35+
### Picking your tablature
3836

3937
- Go to [CifraClub's WebSite](https://www.cifraclub.com.br "CifraClub's Website") and search for your song, **which has a tablature on it.**
4038

41-
##### Example:
39+
#### Example:
4240

4341
> https://www.cifraclub.com.br/natiruts/andei-so/
4442
45-
#### Running the code
43+
### Running the code
4644
Then execute in the terminal, with your url in the url param:
4745

4846
> arduino-tablature --url=https://www.cifraclub.com.br/natiruts/andei-so/
4947
50-
#### Uploading to Arduino
48+
### Uploading to Arduino
5149

5250
After that a **music.ino** file will be generated, inside the music folder, and you will be able to [upload it to your arduino](https://www.arduino.cc/en/Guide/HomePage) using the Arduino IDE or others.
5351

0 commit comments

Comments
 (0)