Skip to content

Commit 44ef859

Browse files
committed
docs: update development docs
1 parent 73df193 commit 44ef859

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
<p align="center">
66
<a href="https://img.shields.io/github/v/release/jahvon/flow"><img src="https://img.shields.io/github/v/release/jahvon/flow" alt="GitHub release"></a>
77
<a href="https://pkg.go.dev/github.com/jahvon/flow"><img src="https://pkg.go.dev/badge/github.com/jahvon/flow.svg" alt="Go Reference"></a>
8-
<a href="https://goreportcard.com/report/github.com/jahvon/flow"><img src="https://goreportcard.com/badge/github.com/jahvon/flow" alt="Go Report Card"></a>
98
</p>
109

1110
<p align="center">

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ flow install deps
3434
flow build binary <output-path>
3535

3636
# Validate code changes (runs tests, linters, codegen, etc)
37-
flow run checks
37+
flow validate
3838

39-
# Run tests
39+
# Run only tests
4040
flow run tests
4141
```
4242

0 commit comments

Comments
 (0)