Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nneul committed Jun 26, 2022
1 parent 7a0071c commit 0be5c56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# tt-rss-one-click-catchup
# tt-rss-one-click-mark

A [TT-RSS](https://tt-rss.org/) plugin that will add a one-click 'Mark as read' button on the toolbar.

### Installing the plugin

1. Clone this repo or just grab the [latest release](https://github.com/nneul/ttrss-one-click-catchup/releases/latest) and extract the `one_click_catchup` folder into the `plugins.local` folder of ttrss
1. Clone this repo or just grab the [latest release](https://github.com/nneul/ttrss-one-click-mark/releases/latest) and extract the `one_click_mark` folder into the `plugins.local` folder of ttrss
2. Enable in preferences
2 changes: 1 addition & 1 deletion one_click_catchup/init.php → one_click_mark/init.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
class One_Click_Catchup extends Plugin {
class One_Click_Mark extends Plugin {

function about() {
return array(null,
Expand Down

0 comments on commit 0be5c56

Please sign in to comment.