From a6d30ea76ed8e04928c94044a24cf8bba7c17171 Mon Sep 17 00:00:00 2001
From: matt wilkie <maphew@gmail.com>
Date: Tue, 12 Apr 2022 13:58:12 -0700
Subject: [PATCH] how to install, remember to set language mode

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 23d82de..71e447b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,10 @@
 
 Python snippets collections.
 
-Initially ported from PyCharm, TextMate, SublimeText and other editors/IDEs.
+Install:
+ - Open vscode Extensions panel (`Ctrl-Shift-X`) >> search for `python-snippets` by _cstrap_ >> install.
+ - Or: visit https://marketplace.visualstudio.com/items?itemName=cstrap.python-snippets
+
 
 If you'd like to contribute, feel free to [submit a pull request on github](https://github.com/cstrap/python-snippets)
 
@@ -112,4 +115,5 @@ See [changelog](CHANGELOG.md) for all changes and releases.
 
 ## Troubleshooting
 
-If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.
\ No newline at end of file
+Ensure the language of the file being edited is to python (`Ctrl-K,M`).
+If you experience problems with the auto-formatting of certain snippets, make sure you have the option `editor.tabCompletion` set on `onlySnippets` or `on`.