We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ebdf46 commit 11f4476Copy full SHA for 11f4476
README.md
@@ -12,7 +12,7 @@ Convert any kind of String into a url-friendly compressed parameter using Huffma
12
13
## Parameters:
14
15
-- **Train (string)**: Training set that is used to create the encoder. This is where algorithm gets the frequency for each char.
+- **Train (string)**: Training set that is used to create the encoder. This is where the algorithm gets the frequency for each char.
16
- **Test (string)**: String that you want to encode.
17
18
## Example:
0 commit comments