Fix spelling and Grammer issue

This commit is contained in:
Muhammad Tayyab 2023-11-19 06:53:44 +05:00 committed by GitHub
parent 183ddde941
commit 205d6d729b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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