From 4b687ae696adc5fc3ee46c1bea1e60059707adfc Mon Sep 17 00:00:00 2001 From: Juuroku Date: Thu, 23 Mar 2023 08:35:06 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b9e9871..f265994 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c - [Contributing](#Contributing) ## Installation - 1. Clone the project to your host. - 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. - 3. Assign the directory of the project as the root directory of the web. - 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`. +1. Clone the project to your host. +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. +3. Assign the directory of the project as the root directory of the web. +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`. ## Configure @@ -62,4 +62,4 @@ This is a small project that using `GPT-3.5` API from [Open AI](https://openai.c ## Contributing You can report bugs or make feature requests through the issue, or fork the project and make your own version. To report the bugs, please use the `bug` tag. -To request new feature, please use the `enhancement` tag. \ No newline at end of file +To request new feature, please use the `enhancement` tag.