Skip to content

Commit 4b687ae

Browse files
authored
Update README.md
1 parent 24d9c15 commit 4b687ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c
88
- [Contributing](#Contributing)
99

1010
## Installation
11-
1. Clone the project to your host.
12-
2. The project uses `import` method in JavaScript, which requires a web server to function properly. Therefore, it is required to install and configure a web server such as Nginx to run the project.
13-
3. Assign the directory of the project as the root directory of the web.
14-
4. Start the web server and configure it to listen on a port. Then the project will be accessible at the port on your host such as `localhost:80`.
11+
1. Clone the project to your host.
12+
2. The project uses `import` method in JavaScript, which requires a web server to function properly. Therefore, it is required to install and configure a web server such as Nginx to run the project.
13+
3. Assign the directory of the project as the root directory of the web.
14+
4. Start the web server and configure it to listen on a port. Then the project will be accessible at the port on your host such as `localhost:80`.
1515

1616
## Configure
1717

@@ -62,4 +62,4 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c
6262
## Contributing
6363
You can report bugs or make feature requests through the issue, or fork the project and make your own version.
6464
To report the bugs, please use the `bug` tag.
65-
To request new feature, please use the `enhancement` tag.
65+
To request new feature, please use the `enhancement` tag.

0 commit comments

Comments
 (0)