Skip to content

Commit 308db2f

Browse files
authored
fix(doc): correct tool names and repository URL in the README (#3)
Signed-off-by: dankeboy36 <[email protected]>
1 parent a4ac878 commit 308db2f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Get Arduino Tools (`gat`) is a CLI that helps you easily download various Arduin
77
## Tools
88

99
- [Arduino CLI](https://github.com/arduino/arduino-cli)
10-
- [Arduino language server](https://github.com/arduino/arduino-language-server)
11-
- [Firmware uploader](https://github.com/arduino/arduino-fwuploader)
10+
- [Arduino Language Server](https://github.com/arduino/arduino-language-server)
11+
- [Arduino Firmware Uploader](https://github.com/arduino/arduino-fwuploader)
1212
- [`clangd`](https://github.com/arduino/clang-static-binaries)
1313
- [`clang-format`](https://github.com/arduino/clang-static-binaries)
1414

@@ -32,7 +32,7 @@ gat get <tool> <version> [options]
3232

3333
#### Arguments
3434

35-
- `<tool>`: The tool you want to download. Can be one of: `arduino-cli`, `arduino-language-server`, `firmware-uploader`, `clangd`, `clang-format`.
35+
- `<tool>`: The tool you want to download. Can be one of: `arduino-cli`, `arduino-language-server`, `arduino-fwuploader`, `clangd`, `clang-format`.
3636
- `<version>`: The version of the tool you want to download.
3737

3838
#### Options
@@ -83,12 +83,12 @@ Use the `HTTP_PROXY` and the `HTTPS_PROXY` environment variables to configure th
8383

8484
## Development Setup
8585

86-
To set up the development environment for `gat`, follow these steps:
86+
To set up the development environment, follow these steps:
8787

8888
1. Clone the repository:
8989

9090
```bash
91-
git clone https://github.com/dankeboy36/gat.git
91+
git clone https://github.com/dankeboy36/get-arduino-tools.git
9292
cd gat
9393
```
9494

0 commit comments

Comments
 (0)