Skip to content

Commit

Permalink
Readme: display video like gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
Muream committed Jun 14, 2021
1 parent 390edd9 commit ab0fb78
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,15 @@ print("Success")

Code completion working in Visual Studio Code with Pylance:

https://user-images.githubusercontent.com/3117205/121938610-50b24100-cd4c-11eb-9325-28c35e00f4d7.mp4
<video autoplay muted loop>
<source src="https://user-images.githubusercontent.com/3117205/121938610-50b24100-cd4c-11eb-9325-28c35e00f4d7.mp4" type="video/mp4">
</video>

Type Checking working in Visual Studio Code with Pylance:

https://user-images.githubusercontent.com/3117205/121938610-50b24100-cd4c-11eb-9325-28c35e00f4d7.mp4
<video autoplay muted loop>
<source src="https://user-images.githubusercontent.com/3117205/121938616-53ad3180-cd4c-11eb-9b5d-d2f7e7829b82.mp4" type="video/mp4">
</video>

<br>

Expand Down

0 comments on commit ab0fb78

Please sign in to comment.