File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ func CheckIPAddress(ip string) bool // Check if IP Address valid
63
63
64
64
## Usage
65
65
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).
67
67
68
68
Upload URL API:
69
69
@@ -97,12 +97,12 @@ curl -L -X GET http://localhost/<url_id> => REDIRECT to original URL # HTTP 301
97
97
98
98
## Run with the docker?
99
99
100
- - Download the docker image
100
+ - Download the docker image
101
101
`docker pull steveyiyo/url-shortener:latest`
102
102
103
- - Run the docker image
103
+ - Run the docker image
104
104
`sudo docker run -p 0.0.0.0:7600:7600 steveyiyo/url-shortener`
105
105
106
106
## TODO
107
107
108
- - [] docker-compose.yaml
108
+ - [ ] docker-compose.yaml
You can’t perform that action at this time.
0 commit comments