From 6c0358ded61f6dde4fac332a7b6aec668a9e0626 Mon Sep 17 00:00:00 2001 From: Vishwa Shah Date: Wed, 15 May 2024 23:50:16 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Lucas --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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!