Skip to content

Commit 11f4476

Browse files
committed
new package.json
1 parent 0ebdf46 commit 11f4476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Convert any kind of String into a url-friendly compressed parameter using Huffma
1212

1313
## Parameters:
1414

15-
- **Train (string)**: Training set that is used to create the encoder. This is where algorithm gets the frequency for each char.
15+
- **Train (string)**: Training set that is used to create the encoder. This is where the algorithm gets the frequency for each char.
1616
- **Test (string)**: String that you want to encode.
1717

1818
## Example:

0 commit comments

Comments
 (0)