From 7b45885fb5966c1dd029a0c8b6fd726ea5505500 Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Thu, 6 Sep 2018 06:08:35 +1000 Subject: [PATCH] Update README.md Fix try catch typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfb8113..c74da58 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Surround with `if` Surround with `try-catch` - Select what you want to surround - Press `cmd+shift+p` open command panel -- Choose `Surround with if` +- Choose `Surround with try-catch` ## Release Notes @@ -31,4 +31,4 @@ Fix selection issue after `try-catch` surrounded ### 1.0.0 -First release \ No newline at end of file +First release