Skip to content

Commit b971749

Browse files
gvariscomatteosuppo
authored andcommitted
Fixed minor typos
1 parent c4691b5 commit b971749

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Get the latest version of the Agent for all supported platforms:
1818
* [Linux x64 with Chrome](http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-linux-x64-installer-chrome.tar.gz)
1919
* [Linux x64 with Firefox](http://downloads.arduino.cc/CreateBridgeStable/ArduinoCreateAgent-1.1-linux-x64-installer-firefox.tar.gz)
2020

21-
arduino-create-agent is a fork of @johnlauer's serial-port-json-server (which we really want to thank for his kindness and great work)
21+
arduino-create-agent is a fork of @[johnlauer](https://github.com/johnlauer)'s [serial-port-json-server](https://github.com/johnlauer/serial-port-json-server) (which we really want to thank for his kindness and great work)
2222

2323
The history has been rewritten to keep the repo small (thus removing all binaries committed in the past)
2424

2525

2626

2727
## Using multiple configurations
2828

29-
The agent support multiple configuration files. When multiple configurations are found by the agent, the tray icon menu is expanded to contain the different configurations:
29+
The agent supports multiple configuration files. When multiple configurations are found by the agent, the tray icon menu is expanded to contain the different configurations:
3030

3131
![Agent multiple configuration tray icon](https://raw.githubusercontent.com/arduino/arduino-create-agent/devel/images/linux/tray-icon-multiple-profiles.png)
3232

@@ -47,7 +47,7 @@ To create multiple configuration files:
4747

4848
## When behind a proxy
4949

50-
The agent support working behind a proxy, but manual configuration is required ( there is no support for automatic proxy discovery ).
50+
The agent supports working behind a proxy, but manual configuration is required (there is no support for automatic proxy discovery).
5151

5252
To add proxy configuration:
5353
- stop the agent: tray bar icon -> pause then tray bar icon -> kill
@@ -402,7 +402,7 @@ Please attach the output of the commands running at the debug console if useful.
402402

403403
We are glad you want to contribute with code: that's the best way to help this software.
404404

405-
Your contribution is adding or modifying existing behaviour, please always refer to an existing issue or open a new one before contributing. We are are trying to use [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development) in the near future: please add one or more tests that prove that your contribution is good and is working as expected, it will help us a lot.
405+
Your contribution is adding or modifying existing behaviour, please always refer to an existing issue or open a new one before contributing. We are trying to use [Test Driven Development](https://en.wikipedia.org/wiki/Test-driven_development) in the near future: please add one or more tests that prove that your contribution is good and is working as expected, it will help us a lot.
406406

407407
Be sure to use `go vet` and `go fmt` on every file before each commit: it ensures your code is properly formatted.
408408

0 commit comments

Comments
 (0)