diff --git a/README.md b/README.md index 4ec0e64..718921d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ **Third Eye** is a Visual Studio Code extension for jumping through files effortlessly. -Once the extension installed, all supported file paths will be underlined, so you can open the file by pressing *Ctrl* key and click at the link. - +Once the extension is installed, all supported file paths will be underlined, so you can open the file by pressing *Ctrl* key and click it. +![Demo](docs/demo.gif) Currently, the extension supports the following patterns: - **JavaScript** and **JavaScript React** diff --git a/docs/demo.gif b/docs/demo.gif new file mode 100644 index 0000000..b0798c1 Binary files /dev/null and b/docs/demo.gif differ diff --git a/package.json b/package.json index 5b80939..c84b333 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "third-eye", "displayName": "Manta's Third Eye", - "description": "Jump through files effortlessly", - "version": "0.0.1", + "description": "Jump through files effortlessly.", + "version": "0.0.0", "publisher": "thisismanta", "license": "ISC", "repository": {