Skip to content

Commit 6fef3e6

Browse files
Change name in the docs
1 parent da1fa2e commit 6fef3e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
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
| +---------------------------+ |
@@ -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)