Skip to content

Commit

Permalink
fix(README.md): mention nc command in first sentence (#42)
Browse files Browse the repository at this point in the history
As the diff title says, I noticed `nc` was not mentioned in the first
sentence and I fixed it.
  • Loading branch information
bassosimone authored Dec 9, 2024
1 parent 9ea1a92 commit cdc7982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

RBMK (Really Basic Measurement Kit) is a command-line utility
to facilitate network exploration and measurements. It provides
fundamental network operations (`dig`, `curl`, and `stun`) that you can
fundamental network operations (`dig`, `curl`, `nc`, and `stun`) that you can
compose together to perform modular network measurements where
you can observe each operation in isolation.

Expand Down

0 comments on commit cdc7982

Please sign in to comment.