Skip to content

Commit 5617cc0

Browse files
committed
Fix typo
1 parent 1ba673f commit 5617cc0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func CheckIPAddress(ip string) bool // Check if IP Address valid
6363

6464
## Usage
6565

66-
Download the [release version](https://github.com/steveyiyo/URL-Shortener/releases) from here.
66+
Download the release version from [here](https://github.com/steveyiyo/URL-Shortener/releases).
6767

6868
Upload URL API:
6969

@@ -97,12 +97,12 @@ curl -L -X GET http://localhost/<url_id> => REDIRECT to original URL # HTTP 301
9797
9898
## Run with the docker?
9999
100-
- Download the docker image
100+
- Download the docker image
101101
`docker pull steveyiyo/url-shortener:latest`
102102
103-
- Run the docker image
103+
- Run the docker image
104104
`sudo docker run -p 0.0.0.0:7600:7600 steveyiyo/url-shortener`
105105
106106
## TODO
107107
108-
- [] docker-compose.yaml
108+
- [ ] docker-compose.yaml

0 commit comments

Comments
 (0)