diff --git a/README.md b/README.md index e402c0a..80ca99d 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Once the container is running, access [http://localhost:8888/lab](http://localho ## Using OSTk in your applications -To help jump-start using OSTk, here is a simple docker image that you can use to create your applications. +To help jump-start using OSTk, here is a simple Docker image that you can use to create your applications. ### Docker @@ -123,7 +123,6 @@ requires-python = ">=3.11" dynamic = ["version"] dependencies = [ - # Public libraries "open-space-toolkit-simulation~=X.Y.Z", ] @@ -138,13 +137,12 @@ dev = [ You can then build the Docker image via: ``` -docker build . -t my_OSTk_app -docker run -it --rm my_OSTk_app +docker build . -t my-app +docker run -it --rm my-app ``` Enjoy! - ## Contributing Contributions are more than welcome!