From 11d7d1c1e9ee8fa680c265977028cdc426d2f25d Mon Sep 17 00:00:00 2001 From: Zer Date: Fri, 22 Jan 2021 11:59:11 -0500 Subject: [PATCH] Gif to img --- README.md | 4 ++-- python.gif => img/python.gif | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename python.gif => img/python.gif (100%) diff --git a/README.md b/README.md index b178fdb..6bb6bb5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This extension will contains a lot of Python Snippets for VSCode. -![](python.gif) +![](img/python.gif) ## Snippets | Snippet Shorcut | Snippet Description | @@ -495,4 +495,4 @@ This extension will contains a lot of Python Snippets for VSCode. ## License This project is published under MIT License. Read more [here](./LICENSE) ## Issues -If you find any issues, please create them [here](https://github.com/EliazBobadilla/Python-UltiSnippets-VSCode-Extension/issues) \ No newline at end of file +If you find any issues, please create them [here](https://github.com/EliazBobadilla/Python-UltiSnippets-VSCode-Extension/issues) diff --git a/python.gif b/img/python.gif similarity index 100% rename from python.gif rename to img/python.gif