fix: Rename reporomt to heroprompt

This commit is contained in:
Mahmoud-Emad
2025-08-13 14:17:29 +03:00
parent 3f82240564
commit 5c77c6bd8d
8 changed files with 43 additions and 43 deletions

View 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
```