diff --git a/BUILD.md b/BUILD.md index de33be1..2ec9f23 100644 --- a/BUILD.md +++ b/BUILD.md @@ -13,7 +13,7 @@ To test the package before uploading to PyPi: $ python -m venv myenv $ source myenv/bin/activate $ pip install . -$ pystructurizr dev --view example.containerview +$ pystructurizr dev --view example.chatsystem_containerview $ deactivate $ rm -fr myenv ```