Skip to content

Commit e70d159

Browse files
committed
Fixing minor typos.
1 parent e76eaea commit e70d159

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3116,8 +3116,8 @@ comments rather than code.
31163116
If cloc does not recognize a language you are interested in counting,
31173117
you can either
31183118

3119-
#. [implement it yourself](#implement-it-yourself),
3120-
#. [request it to be implemented](#request-to-implement).
3119+
1. [implement it yourself](#implement-it-yourself),
3120+
2. [request it to be implemented](#request-to-implement).
31213121

31223122
<a name="implement-it-yourself"></a> []({{{1)
31233123
## Implement an Additional Language
@@ -3178,7 +3178,7 @@ In short, you will need to:
31783178
},
31793179
```
31803180
3181-
- Make sure you examine the output of `‎tests/outputs/<Language name>.<extension>.yaml` and that it is correct, then run `make test` from the `Unix` folder to make sure your test was successful.
3181+
- Make sure you examine the output of `‎tests/outputs/<Language name>.<extension>.yaml` and that it is correct, then run `make test` from the `Unix` folder to make sure your test was successful.
31823182
31833183
You can use [this pull request](https://github.com/AlDanial/cloc/pull/962) or [this one](https://github.com/AlDanial/cloc/pull/947) as guidelines.
31843184

0 commit comments

Comments
 (0)