Skip to content

Commit cf42bcf

Browse files
updated doco
1 parent 0a8abca commit cf42bcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ImageAPI
22
This project is experimenting with different providers of cloud based web hooks and storage.
3-
Please see the ![Phases](#phases) below to see the completion rates for various providers.
3+
Please see the [Phases](#phases) below to see the completion rates for various providers.
44

55
The base use case is the ability to upload remote images into a cloud storage bucket as well as to retrieve and resize them.
66
(Note: some providers have resizing capabilities inbuilt [eg. GCP], this project will examine other methods to implement the same)
@@ -29,7 +29,7 @@ User will interact with a single REST endpoint (/images) through GET and PUT req
2929
<a name="phases"/>
3030

3131
## Phases
32-
32+
3333
### Phase 1
3434

3535
The goal of Phase 1 is to put together a basic upload/download API. It should be able to concurrently stream upload from a remote url. It should be able to provide both a stream download directly and a url-based access point.

0 commit comments

Comments
 (0)