aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <id@ypei.org>2025-08-30 18:28:12 +1000
committerYuchen Pei <id@ypei.org>2025-08-30 18:28:12 +1000
commit0b8b5137b02e5c2fdf12b6aa141beac0336b9cb7 (patch)
treeac748c0683a775251ea9f2921feea6211d80c3cb
parente90d8f7ccaf235053057bd91d3a2113582604e24 (diff)
remove trailing whitespaces in readme
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 95c6a70..84cb9b6 100644
--- a/README.md
+++ b/README.md
@@ -3,17 +3,17 @@
> Copyright (C) 2013 Pedro Silva
> This file is not part of GNU Emacs.
->
+>
> ttrss is free software: you can redistribute it and/or modify it
> under the terms of the GNU General Public License as published by
> the Free Software Foundation, either version 3 of the License, or
> (at your option) any later version.
->
+>
> ttrss is distributed in the hope that it will be useful, but
> WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
> General Public License for more details.
->
+>
> You should have received a copy of the GNU General Public License
> along with ttrss. If not, see <http://www.gnu.org/licenses/>.
@@ -41,7 +41,7 @@ It purposefully doesn't offer any additional higher level methods.
(setq ttrss-address "http://example.com/ttrss/api/"
ttrss-user "user"
ttrss-password "pass")
-
+
(let ((ttrss-sid (ttrss-login ttrss-address ttrss-user ttrss-password)))
(if (ttrss-logged-in-p ttrss-address ttrss-sid)
(with-current-buffer (switch-to-buffer "*ttrss reader*")
@@ -50,7 +50,7 @@ It purposefully doesn't offer any additional higher level methods.
ttrss-address
ttrss-user
ttrss-password)
- (message "Server running version %s and API level %d\n"
+ (message "Server running version %s and API level %d\n"
(ttrss-get-version ttrss-address ttrss-sid)
(ttrss-get-api-level ttrss-address ttrss-sid))
(message "There are %s unread articles in %d feeds"