fix: Rename reporomt to heroprompt
This commit is contained in:
30
lib/develop/heroprompt/readme.md
Normal file
30
lib/develop/heroprompt/readme.md
Normal file
@@ -0,0 +1,30 @@
|
||||
# heroprompt
|
||||
|
||||
|
||||
|
||||
To get started
|
||||
|
||||
```vlang
|
||||
|
||||
|
||||
import freeflowuniverse.herolib.clients. heroprompt
|
||||
|
||||
mut client:= heroprompt.get()!
|
||||
|
||||
client...
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
## example heroscript
|
||||
|
||||
```hero
|
||||
!!heroprompt.configure
|
||||
secret: '...'
|
||||
host: 'localhost'
|
||||
port: 8888
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user