Skip to content

Commit

Permalink
docs: Remove unncesary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Aug 2, 2023
1 parent eecc192 commit f04de55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ This builds the code according to the configuration and executes [`espflash`][es

Since our [`runner` configuration][runner-config] also passes the `--monitor` argument to [`espflash`][espflash], we can see what the code is printing.

> Make sure that you have [`espflash`][espflash] installed, otherwise this step will fail. To install [`espflash`][espflash]:
> `cargo install espflash`
Make sure that you have [`espflash`][espflash] installed, otherwise this step will fail. To install [`espflash`][espflash]:
`cargo install espflash`

You should see something similar to this:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ This builds the code according to the configuration and executes [`espflash`][es

Since our [`runner` configuration][runner-config] also passes the `--monitor` argument to [`espflash`][espflash], we can see what the code is printing.

> Make sure that you have [`espflash`][espflash] installed, otherwise this step will fail. To install [`espflash`][espflash]:
> `cargo install espflash`
Make sure that you have [`espflash`][espflash] installed, otherwise this step will fail. To install [`espflash`][espflash]:
`cargo install espflash`

You should see something similar to this:

Expand Down

0 comments on commit f04de55

Please sign in to comment.