Skip to content

Commit b97efca

Browse files
author
Maksym Trofimenko
committed
updates readme
1 parent e1bbf4d commit b97efca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# Tiny Systems All-In-One module
2-
Collection of various components combined into the first module.
1+
# Tiny Systems Example module
2+
Example module for the Tiny Systems platform.

components/echo/modify.go renamed to components/echo/echo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const (
1616
type Context any
1717

1818
type InMessage struct {
19-
Context Context `json:"context" configurable:"true" required:"true" title:"Context" description:"Arbitrary message to be modified"`
19+
Context Context `json:"context" configurable:"true" required:"true" title:"Context" description:"Arbitrary message to be echoed"`
2020
}
2121

2222
type Component struct {

0 commit comments

Comments
 (0)