Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ cfengine format
cfengine lint
```

You can also specify filenames or folders;
You can also specify filenames or folders:

```bash
cfengine lint main.cf
```

When it finds a mistake, it points out where the problem is like this;
When it finds a mistake, it points out where the problem is like this:

```
"Hello, CFEngine"
Expand Down
Loading