From 16007babc1e64f8b1454f421032ce0a562ea0560 Mon Sep 17 00:00:00 2001 From: Tarun Mamidi Date: Mon, 8 Jan 2024 11:53:21 -0600 Subject: [PATCH] linting URL in header fix --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f6f09..6acb245 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Perform linting - -Markdown](https://github.com/uab-cgds-worthey/cgds_repo_template/actions/workflows/linting.yml/badge.svg)](https://github.com/uab-cgds-worthey/cgds_repo_template/actions/workflows/linting.yml) +Markdown](https://github.com/uab-cgds-worthey/DITTO-API/actions/workflows/linting.yml/badge.svg)](https://github.com/uab-cgds-worthey/DITTO-API/actions/workflows/linting.yml) ***!!! For research purposes only !!!*** @@ -45,7 +45,8 @@ cd src uvicorn main:app --reload ``` -Test the app using this example as web address - http://127.0.0.1:8000/var/1-2406483-C-G +Test the app using this example as web address - http://localhost:8000/docs + and use this variant as example: 1-2406483-C-G ## Contributing