diff --git a/README.md b/README.md index a37a5c2..f97362f 100644 --- a/README.md +++ b/README.md @@ -33,3 +33,9 @@ $ nim up ``` Then head to [Zipkin](http://127.0.0.1:9411) and see the tracing data for each command invocation. + +### Teardown + +```console +$ nim down +```