Skip to content

Commit 5fe135d

Browse files
[website] mention devs explicitly
1 parent 477d34c commit 5fe135d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/learn/code/deployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 80
66

77
## Chatbots
88

9-
To explicitly deploy a chatbot to Hal9 one can use the Hal9 Command Line Interface (**CLI**) as follows:
9+
Developers can deploy a chatbot to Hal9 using the Hal9 Command Line Interface (**CLI**) as follows:
1010

1111
```bash
1212
pip install hal9
@@ -15,7 +15,7 @@ hal9 create chatbot
1515
hal9 deploy chatbot
1616
```
1717

18-
Beside chatbots, Hal9 can also deploy and run other content types like images, static websites, Streamlit data apps, web APIs, or you can even send a pull request to [Hal9's GitHub](https://github.com/hal9ai/hal9) project to extend this to any other content type.
18+
Beside chatbots, you can also deploy and run other content types like images, static websites, Streamlit data apps, web APIs, or you can even send a pull request to [Hal9's GitHub](https://github.com/hal9ai/hal9) project to extend this to any other content type.
1919

2020
## Data Apps
2121

0 commit comments

Comments
 (0)