Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
askalt authored and psergee committed Oct 31, 2023
1 parent 009099a commit a643f61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -455,8 +455,10 @@ instance_name:
parameter: value
```

The dot and dash characters in instance names are reserved for system
use. if it is necessary for a certain instance to work on a source file
The dot character in instance names is reserved for system use.
Also, if an instance name ends with `-stateboard`, it will be recognized
as `stateboard`.
If it is necessary for a certain instance to work on a source file
other than `init.lua`, then you need to create a script with a name in
the format: `instance_name.init.lua`.

Expand Down
4 changes: 2 additions & 2 deletions doc/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ while true do
end
```

`instances.yml` (The dot and dash characters in instance names are
reserved for system use.):
`instances.yml` (The dot character in instance names is
reserved for system use):

``` yaml
router:
Expand Down

0 comments on commit a643f61

Please sign in to comment.