Skip to content

Commit 606a23e

Browse files
Update README
Update README.md
2 parents d87f042 + e6f1da8 commit 606a23e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Чтобы иметь возможность получать обновления автотестов и других частей шаблона выполните следующую команду:
1212

1313
```
14-
git remote add -m main template https://github.com/cpppracticum/cpp-backend-template-practicum-may.git
14+
git remote add -m main template https://github.com/cpppracticum/cpp-backend-template-practicum-november.git
1515
```
1616

1717
Для обновления шаблона выполните команду:
@@ -26,6 +26,6 @@ git fetch template && git checkout template/main .github
2626

2727
При отправке (push) изменений в ветку main репозитория будет запущен пайплайн Github Actions,
2828

29-
(https://github.com/cpppracticum/cpp-backend-template-practicum-may/actions),
29+
(https://github.com/cpppracticum/cpp-backend-template-practicum-november/actions),
3030

3131
который позволит увидеть результат прохождения тестов.

0 commit comments

Comments
 (0)