Skip to content

Commit

Permalink
Curlies do not work in a GH README
Browse files Browse the repository at this point in the history
  • Loading branch information
julik committed Apr 4, 2024
1 parent 7bf01aa commit 54b23c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ end
Sending a file with data descriptors is not always desirable - you don't really know how large your ZIP is going to be.
If you want to present your users with proper download progress, you would need to set a `Content-Length` header - and
know ahead of time how large your download is going to be. This can be done with ZipKit, provided you know how large
the compressed versions of your file are going to be. Use the {ZipKit::SizeEstimator} to do the pre-calculation - it
the compressed versions of your file are going to be. Use the `ZipKit::SizeEstimator` to do the pre-calculation - it
is not going to produce any large amounts of output, and will give you a to-the-byte value for your future archive:

```ruby
Expand Down

0 comments on commit 54b23c1

Please sign in to comment.