Skip to content

Commit cb8e01c

Browse files
committed
Revert "Update README.md"
This reverts commit 38ab119.
1 parent 9466ce9 commit cb8e01c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Cortex is maintained by a venture-backed team of infrastructure engineers and [w
3434

3535

3636
# Load data for preprocessing or postprocessing. For example:
37-
labels = download_labels_from_s3()
37+
labels = download_my_labels_from_s3()
3838

3939

4040
def pre_inference(sample, metadata):
@@ -51,13 +51,13 @@ def post_inference(prediction, metadata):
5151
$ cortex deploy
5252

5353
Deploying ...
54-
http://***.amazonaws.com/my-api # Your API is ready!
54+
https://***.amazonaws.com/my-api # Your API is ready!
5555
```
5656

5757
**Serve** real time predictions via scalable JSON APIs:
5858

5959
```bash
60-
$ curl -d '{"a": 1, "b": 2, "c": 3}' http://***.amazonaws.com/my-api
60+
$ curl -d '{"a": 1, "b": 2, "c": 3}' https://***.amazonaws.com/my-api
6161

6262
{ prediction: "def" }
6363
```

0 commit comments

Comments
 (0)