Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
fix link to compressors
Browse files Browse the repository at this point in the history
  • Loading branch information
nirrozenbaum authored May 12, 2022
1 parent a9cfeb5 commit 98c7c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Go to the [Contributing guide](CONTRIBUTING.md) to learn how to get involved.

In order to use message compression one must call NewCompressor function with the string identifier of any of the supported compression implementations.

#### Supported implementations (found in [compressor types](https://github.com/stolostron/hub-of-hubs-message-compression/blob/main/compressor.go#L18)):
#### Supported implementations (found in [compressor types](https://github.com/stolostron/hub-of-hubs-message-compression/blob/main/compressor.go#L16)):

- GZip - "gzip" : implements compression based on [compress/gzip](https://pkg.go.dev/compress/gzip) package.
- NoOp - "no-op" : implements no-op compression based on the No-Op pattern.
- NoOp - "no-op" : implements no-op compression based on the No-Op pattern.

0 comments on commit 98c7c07

Please sign in to comment.