summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbscan <10503608+bscan@users.noreply.github.com>2022-02-10 19:22:47 -0500
committerGitHub <noreply@github.com>2022-02-10 19:22:47 -0500
commit6b8d83950e3177fdd2fa11086e04774e04b87e3c (patch)
tree4d9f64f6ada0fde3624309071237c3b8857c4bea /README.md
parent607926c3a83f3976c47b0f5fd1e001f75f7537d7 (diff)
downloadPerlNavigator-6b8d83950e3177fdd2fa11086e04774e04b87e3c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index a357af4..a80a654 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,10 @@ Works on almost any version of Perl, tested all the way back to Perl 5.8. Has fu
* Works well with single files and large multi-folder workspaces
* Support for Classes including Moo/Moose style classes
+## Demo
+
+![gif of Navigator in action](https://github.com/bscan/PerlNavigator/blob/main/Demo.gif)
+
## Installation
Install the VSCode extension and it should just work. All required dependencies are bundled with the extension.
@@ -36,4 +40,4 @@ The default severities are reasonable, but you can change "perlnavigator.severit
## Licenses / Acknowledgments
The Perl Navigator is free software licensed under the MIT License. It has a number of bundled dependencies as well, all of which have their respective open source licenses included.
-This work is only possible due to Class::Inspector, Devel::Symdump, Perl::Critic, PPI, Sub::Util, Perl itself, Microsoft LSP libraries, and ideas from Perl::LanguageServer and PLS. \ No newline at end of file
+This work is only possible due to Class::Inspector, Devel::Symdump, Perl::Critic, PPI, Sub::Util, Perl itself, Microsoft LSP libraries, and ideas from Perl::LanguageServer and PLS.