This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new c3dbaa0 Fixed starter-create command in README
c3dbaa0 is described below
commit c3dbaa0c188d98060d795cb2b8644a9489954ba2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jan 20 10:52:47 2020 +0100
Fixed starter-create command in README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c9d9836..e3e0209 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This project provides Spring Boot support for Apache Camel.
To create a starter for the `zoot` component, run the following command:
```
-./starter-add zoot
+./starter-create zoot
```
Similarly, to delete the starter for the `zoot` component, run the following
command: