Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos in README #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ VS Code extension for Arduino Tools, such as language features and debugger. Thi

High quality bug reports and feature requests are valuable contributions to the project.

Before reporting an issue search existing pull requests and issues to see if it was already reported. If yfou have additional information to provide about an existing issue, please comment there. You can use the Reactions feature if you only want to express support.
Before reporting an issue search existing pull requests and issues to see if it was already reported. If you have additional information to provide about an existing issue, please comment there. You can use the Reactions feature if you only want to express support.

Qualities of an excellent report:

Expand Down Expand Up @@ -61,7 +61,7 @@ Open the `Debug` panel, and select the `Launch Arduino Tools – VS Code Extensi
To deploy a new release of the tools you have to do the following:

- update the `version` in the package.json file
- push a tag to the repo with `v` and the version you spacified in the package.json, for example `v0.0.2-beta.1`
- push a tag to the repo with `v` and the version you specified in the package.json, for example `v0.0.2-beta.1`

## Donations

Expand Down