Skip to content

Commit

Permalink
Small doc tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Apr 1, 2024
1 parent 9d0e006 commit b50e21d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,8 @@ If you want some more conveniences you can also use [zipline](https://github.com
will automatically process and stream attachments (Carrierwave, Shrine, ActiveStorage) and remote objects
via HTTP.

`RailsStreaming` does *not* require [ActionController::Live](https://api.rubyonrails.org/classes/ActionController/Live.html)
and will stream without it. See {ZipKit::RailsStreaming#zip_kit_stream} for more details on this. You can use it
together with `Live` just fine if you need to.
`zip_kit_stream` does *not* require [ActionController::Live](https://api.rubyonrails.org/classes/ActionController/Live.html)
and will stream without it. It will work inside `Live` controllers just fine though.

## Writing into streaming destinations

Expand Down

0 comments on commit b50e21d

Please sign in to comment.