Skip to content

Commit

Permalink
Merge branch 'feature/dictionary-standardized' of github.com:SpringMT…
Browse files Browse the repository at this point in the history
…/zstd-ruby into feature/dictionary-standardized
  • Loading branch information
SpringMT committed Apr 11, 2024
2 parents 318152c + ba677ca commit d2a35ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sinatra/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
get '/' do
headers["Content-Encoding"] = "zstd"
Zstd.compress('Hello world!')
end
end

0 comments on commit d2a35ac

Please sign in to comment.