Skip to content

Commit 647a9ae

Browse files
authored
Update README.md
1 parent 6d5918d commit 647a9ae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Go to `Sketch > Include Library > Library Manager > Search` for `RemoteSerial >
3535

3636
### Manual Install
3737

38-
For Windows: download the [repository](https://github.com/supercrab/RemoteSerial/archive/master.zip) and extract the .zip in `Documents > Arduino > Libraries > place "RemoteSerial" folder Here`
38+
For Windows: download the [repository](https://github.com/supercrab/RemoteSerial/archive/master.zip) and extract the .zip in `Documents > Arduino > Libraries > place RemoteSerial folder here`
3939

40-
For Linux: download the [repository](https://github.com/supercrab/RemoteSerial/archive/master.zip) and extract the .zip in `Sketchbook > Libraries > place "RemoteSerial" folder Here`
40+
For Linux: download the [repository](https://github.com/supercrab/RemoteSerial/archive/master.zip) and extract the .zip in `Sketchbook > Libraries > place RemoteSerial folder here`
4141

4242
Insstall these libraries too:
4343

@@ -46,7 +46,7 @@ Insstall these libraries too:
4646

4747
### Manually using IDE
4848

49-
Download the Repository, Go to `Sketch > Include Library > Add .zip Library > Select the Downloaded .zip file.`
49+
Download the Repository and go to `Sketch > Include Library > Add .zip Library > Select the Downloaded .zip file.`
5050

5151
## Documentation
5252

@@ -56,7 +56,7 @@ Please look at the basic demo [here](./examples/Basic/Basic.ino) to see how to u
5656

5757
There are 4 main functions
5858

59-
- `print` - transmits data to the RemoteSerial console without appending any newline character.
59+
- `print` - transmits data to the `RemoteSerial` console without appending any newline character.
6060
- `println` - same as above but adds a newline character at the end.
6161
- `printf` - transmits formatted text to the RemoteSerial console. You can control the formatting of variables like numbers, strings, and other data types, including specifying the number of decimal places, padding with zeros, and more.
6262
- `begin` - starts listening for web requests, you must supply a valid `AsyncWebServer` object and an optional path where clients can find the serial console
@@ -65,4 +65,4 @@ You may also output [ANSI colour codes](https://talyian.github.io/ansicolors/) t
6565

6666
## Remote Serial Console
6767

68-
To access the console: Go to `<IP Address>/remoteserial` in your browser, where `<IP Address>` is the IP of your device.
68+
To open the console, navigate to `<IP Address>/remoteserial` in your web browser. Replace `<IP Address>` with your device's actual IP. If you prefer a different path, you can specify it when initializing `RemoteSerial` using the `RemoteSerial.begin()` function.

0 commit comments

Comments
 (0)