Skip to content

Commit 4c47b31

Browse files
committed
Fix markdown issues
1 parent ade2589 commit 4c47b31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Use output window = check this box
9797
3. Enter the full path to the linter executable in **Script to run**.
9898
4. Enter the following in **Parameter**:
9999

100-
```
100+
```cmd
101101
--file "$REPO\$FILE" --severity warning --verbose
102102
```
103103

README.ru-ru.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Use output window = поставьте галочку
9191
Откройте пункт меню Инструменты / Настройки в SourceTree, выберите вкладку "Пользовательские действия" и добавьте новый элемент в список.
9292
Далее введите полный путь к исполняемому файлу линтера в поле "Исполняемый файл" и приведенную ниже строку в поле "Параметры":
9393

94-
```
94+
```cmd
9595
--file "$REPO\$FILE" --severity warning --verbose
9696
```
9797

0 commit comments

Comments
 (0)