Skip to content

Commit 35fc757

Browse files
Change name in the docs
1 parent 6220828 commit 35fc757

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# arduino-create-agent
1+
# arduino-cloud-agent
22

33
[![License: AGPL v3.0](https://img.shields.io/badge/License-AGPL%20v3.0-blue)](https://www.gnu.org/licenses/agpl-3.0.html)
44
[![Test Go status](https://github.com/arduino/arduino-create-agent/actions/workflows/test-go-task.yml/badge.svg)](https://github.com/arduino/arduino-create-agent/actions/workflows/test-go-task.yml)
@@ -8,7 +8,7 @@
88
[![Check Go Dependencies status](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-dependencies-task.yml/badge.svg)](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-dependencies-task.yml)
99
[![Check Go status](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-task.yml/badge.svg)](https://github.com/arduino/arduino-create-agent/actions/workflows/check-go-task.yml)
1010

11-
The Arduino Create Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the [Arduino Create applications](https://create.arduino.cc) to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.
11+
The Arduino Cloud Agent is a single binary that will sit on the traybar and work in the background. It allows you to use the [Arduino Create applications](https://create.arduino.cc) to seamlessly upload code to any USB connected Arduino board (or Yún in LAN) directly from the browser.
1212

1313
## Architecture
1414

@@ -18,7 +18,7 @@ The Arduino Create Agent is a single binary that will sit on the traybar and wor
1818
| Browser |
1919
| | Web socket +----------------------+ flashes +---------------+
2020
| +---------------------------+ |<-------------->| +------------>| |
21-
| | | | | Arduino Create Agent | | Arduino Board |
21+
| | | | | Arduino Cloud Agent | | Arduino Board |
2222
| | Arduino Create Web Editor | +--------------->| |<------------+ |
2323
| | | | REST API +----------------------+ serial +---------------+
2424
| +---------------------------+ |
@@ -50,7 +50,7 @@ The documentation has been moved to the [wiki](https://github.com/arduino/arduin
5050

5151
### Submitting an issue
5252

53-
When submitting a new issue please search for duplicates before creating a new one. Help us by providing useful context and information. Please attach the output of the commands running at the debug console or attach [crash reports](https://github.com/arduino/arduino-create-agent/wiki/How-to-use-crashreport-functionality) if useful.
53+
When submitting a new issue please search for duplicates before creating a new one. Help us by providing useful context and information. Please attach the output of the commands running at the debug console or attach [crash reports](https://github.com/arduino/arduino-create-agent/wiki/How-to-use-crashreport-functionality) if useful.
5454

5555
#### Security
5656

@@ -74,7 +74,7 @@ By signing off your commits, you agree to the following agreement, also known as
7474

7575
## Authors and acknowledgment
7676

77-
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)
77+
arduino-cloud-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)
7878

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

0 commit comments

Comments
 (0)