From a2691d9113ca905178ff3e76186c7bd89f60b9b6 Mon Sep 17 00:00:00 2001 From: fox Date: Mon, 8 Mar 2021 19:35:28 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4eef378..6474f72 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ tt-rss will prompt you to do so on next page refresh. Normally this happens auto #### Updating container scripts -Latest tt-rss core expect latest container scripts and vice versa. Updating both is a good idea. +Latest tt-rss sourc code expects latest container scripts and vice versa. Updating both is a good idea. 1. Stop the containers: ``docker-compose down && docker-compose rm`` 2. Update scripts from git: ``git pull origin master`` and apply any necessary modifications to ``.env``, etc.