Skip to content

Commit e8f7230

Browse files
Small CHanges
1 parent e6218bd commit e8f7230

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,14 @@ Once installed, you can use the following snippets by typing their prefix and hi
4040
- img: Adds an <img> tag for images.
4141
- button: Inserts a <button> tag.
4242

43-
### Example:
44-
1. In an HTML file, type !html5 and press Tab.
45-
2. The following code will be inserted:
46-
47-
<img src="https://github.com/Codegyan-LLC/advanced-html-snippets
48-
/blob/main/images/code.png" width="600" alt="basic html snippets">
49-
50-
5143
## How to Contribute
5244
We welcome contributions to this extension! If you would like to add more snippets or improve the extension, feel free to fork the repository, make changes, and submit a pull request.
5345

5446
## Steps to Contribute:
5547
1. Fork the repository.
5648
2. Clone your fork:
5749
```bash
58-
git clone https://github.com/your-repo/html-snippets.git
50+
git clone https://github.com/Codegyan-LLC/advanced-html-snippets.git
5951
```
6052
3.Create a new branch:
6153
```bash

0 commit comments

Comments
 (0)