From 205d6d729bab8ef2fbb13bb5f485a1862474c88d Mon Sep 17 00:00:00 2001 From: Muhammad Tayyab <57056497+devtayyab@users.noreply.github.com> Date: Sun, 19 Nov 2023 06:53:44 +0500 Subject: [PATCH] Fix spelling and Grammer issue --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a8f7ec0..4de17a8 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ This is a simple app that converts a screenshot to HTML/Tailwind CSS. It uses GP https://github.com/abi/screenshot-to-code/assets/23818/6cebadae-2fe3-4986-ac6a-8fb9db030045 -See [Examples](#examples) section below for more demos. +See the [Examples](#examples) section below for more demos. -🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key - **your key must have access to GPT-4 Vision. See [FAQ](#faqs) section below for details**). Or see [Getting Started](#getting-started) below for local install instructions. +🆕 [Try it here](https://picoapps.xyz/free-tools/screenshot-to-code) (bring your own OpenAI key; **your key must have access to GPT-4 Vision. See [FAQ](#faqs) section below for details**). Or see [Getting Started](#getting-started) below for local install instructions. ## Updates * Nov 16 - Added a setting to disable DALL-E image generation if you don't need that -* Nov 16 - View code directly within the app -* Nov 15 - 🔥 You can now instruct the AI to update the code as you wish. Useful if the AI messed up some styles or missed a section. +* Nov 16 - View code directly within the app. +* Nov 15 - 🔥 You can now instruct the AI to update the code as you wish, useful if the AI messed up some styles or missed a section.. ## Getting Started