Skip to content

Commit c101957

Browse files
committed
fix gzip instructions
1 parent 7291910 commit c101957

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mecab-web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ See the `.htaccess` for how to set the correct MIME types for streaming compilat
9999
Here's how to create .gz pre-compressed copies of each file:
100100

101101
```bash
102-
gzip -kf mecab.data mecab.wasm mecab.js edict2.utf8.txt enamdict.utf8.txt kanjidic2-lf.txt
102+
gzip -kf mecab.data mecab.wasm mecab.js edict2.utf8.txt enamdict.utf8.txt kanjidic2-lf.utf8.txt
103103
```

0 commit comments

Comments
 (0)