From 1c264bc7894de0c7b7de1fcceef91af7ca7a2fbd Mon Sep 17 00:00:00 2001 From: Dan Tenenbaum Date: Fri, 23 Aug 2019 23:33:18 -0700 Subject: [PATCH] use example.com domain in example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16f16876..67a6977c 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ If you visit the endpoint in a web browser, you will see a Swagger front end tha cURL example (replace `myusername` and `mypassword` with your username and password): ``` -curl -X POST "https://motuz.fredhutch.org/api/auth/login/" \ +curl -X POST "https://example.com/api/auth/login/" \ -H "accept: application/json" -H "Content-Type: application/json" \ -d "{ \"username\": \"myusername\", \"password\": \"mypassword\"}" ``` @@ -404,4 +404,4 @@ Additional temporary folders - ignore and do not commit ## Other resources - [Server Recipes](docs/server-recipes.md) -- [Homepage of Rclone](https://rclone.org/) - the workhorse behind Motuz \ No newline at end of file +- [Homepage of Rclone](https://rclone.org/) - the workhorse behind Motuz