Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz authored Aug 31, 2022
1 parent d2879d8 commit a128b00
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Terminal
<h1 align="center">
Terminal
</h1>

<p align="center">
<img src="https://img.shields.io/badge/Go-1.18.2-66AADD?style=for-the-badge&logo=go" alt="go version" />
Expand All @@ -7,7 +9,7 @@

Creating a bash terminal with **Golang** and **Vue.js**.

## How to use?
## How to use the project?
Clone into project:
```shell
git clone https://github.com/amirhnajafiz/terminal.git
Expand Down Expand Up @@ -39,4 +41,4 @@ curl -X POST -H "Content-Type: application/json" -d '{"command": "time"}' http:/
curl -X POST -H "Content-Type: application/json" -d '{"command": "whoami"}' http://localhost:5000/api/cmd
curl -X POST -H "Content-Type: application/json" -d '{"command": "os"}' http://localhost:5000/api/cmd
```
```

0 comments on commit a128b00

Please sign in to comment.