update README - jscancer - Javascript crap (relatively small)
 (HTM) git clone git://git.codemadness.org/jscancer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e0c81bf5b28e8e3ae06401063522752d7c4de854
 (DIR) parent 6b4f9b33e88f605dbbe9a643a97f5a9cef4fbb4b
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 22 Feb 2024 09:52:32 +0100
       
       update README
       
       Diffstat:
         M narrowcasting/README                |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/narrowcasting/README b/narrowcasting/README
       @@ -23,6 +23,8 @@ Some features:
        * Show a newsticker. This uses the JSON Feed format.
          sfeed_json could be used to convert from RSS/Atom to this format. This data
          could be updated using a cronjob.
       +* Nested/sub-slides in slides, swap out parts of a slide with some duration,
       +  just like regular screenslides, #slide-ception.
        * Progressbar to show the slides remaining duration.
        * Hotkeys to skip slides, useful for debugging also.
        * Uses vanilla JS with no dependencies on frameworks, etc.