Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ephoton committed Dec 24, 2017
1 parent 2e65561 commit 0c0158b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -24,14 +24,14 @@ You can use node-cloc in you ternimal, or as a npm package in your projects.

Support CLOC of a file or directory.

#### 1. a file
#### 1. file
```bash
# loc file <path>
loc file src/index.ts
```
![loc file <path>](https://user-images.githubusercontent.com/3739221/31838697-9fdec114-b5a3-11e7-890e-795444bc9400.png)

#### 2. a directory
#### 2. directory
```bash
# loc dir <pattern>
loc dir **/*.ts
Expand Down

0 comments on commit 0c0158b

Please sign in to comment.