Fix 2 small problems

pull/493/head
yusancky 2023-03-11 22:39:18 +07:00 committed by GitHub
parent 348fb07fd5
commit 3f7e4a148d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

@ -48,7 +48,6 @@
| Zig | [maxxnino/tree-sitter-zig](https://github.com/maxxnino/tree-sitter-zig) |
## 结构化文本格式
1
| 语言 | 使用的解析器 |
|----------|-----------------------------------------------------------------------------------|
| CSS | [tree-sitter/tree-sitter-css](https://github.com/tree-sitter/tree-sitter-css) |

@ -20,7 +20,7 @@ Difftastic 会递归地浏览这两个文件夹,对同名的文件进行差异
### 从 stdin 读取
您可以通过指定 `-` 作为文件路径从 stdin 读取文件。
您可以通过指定 `-` 作为文件路径从标准输入stdin读取文件。
```
$ cat sample_files/before.js | difft - sample_files/after.js