Skip to content

Commit cf8c23f

Browse files
authored
Update README.md
allow spaces after --
1 parent 0efd330 commit cf8c23f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Install `python-string-sql` from extensions (`ctrl + shift + x` or `cmd + shift
1313

1414
## Usage
1515

16-
Insert `--sql`, `--beginsql`, or `--begin-sql` at the beginning of the part of the string you would like highlighted and a semicolon, `--endsql`, or `--end-sql` at the end of the highlighted section.
16+
Insert `--sql`, `--beginsql`, or `--begin-sql` at the beginning of the part of the string you would like highlighted (with or without a space after --, e.g. `-- sql`) and a semicolon, `--endsql`, or `--end-sql` at the end of the highlighted section.
1717

1818
### Snippets
1919
begin typing `sql` and the autocomplete snippet will appear:

0 commit comments

Comments
 (0)