From 1c1310a0b2f7ca555adc78f1b2e8fe2a35feee63 Mon Sep 17 00:00:00 2001 From: Nadirjohar24 <100518590+Nadirjohar24@users.noreply.github.com> Date: Sun, 26 Feb 2023 18:01:18 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed2030343..0e78cb9d3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # OpenAI API Quickstart - Python example app -This is an example pet name generator app used in the OpenAI API [quickstart tutorial](https://beta.openai.com/docs/quickstart). It uses the [Flask](https://flask.palletsprojects.com/en/2.0.x/) web framework. Check out the tutorial or follow the instructions below to get set up. +This is an example pet name generator app used in the OpenAI API (https://beta.openai.com/docs/quickstart). It uses the [Flask](https://flask.palletsprojects.com/en/2.0.x/) web framework. Check out the tutorial or follow the instructions below to get set up. ## Setup