From 3b630c33dceabf230800c8e336c0df1d052e04be Mon Sep 17 00:00:00 2001 From: "John M. Penn" Date: Wed, 1 Mar 2023 17:16:29 -0600 Subject: [PATCH] markdown render fix. --- docs/howto_guides/How-To-Containerize-Trick-with-Docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto_guides/How-To-Containerize-Trick-with-Docker.md b/docs/howto_guides/How-To-Containerize-Trick-with-Docker.md index 2b4642de..b7d5aee6 100644 --- a/docs/howto_guides/How-To-Containerize-Trick-with-Docker.md +++ b/docs/howto_guides/How-To-Containerize-Trick-with-Docker.md @@ -261,7 +261,7 @@ Our containerized simulation won't start any variable server clients like the si :exclamation: When you download the wave files from Github, their names may be set to a flattened version of their full pathnames. So, we have to rename them to their real names. - * Rename the down-loaded wave files to **CannonBoom.wav**, and **Explosion.wav** respectively, and move them both to ```models/graphics/resources/```. + * Rename the down-loaded wave files to **CannonBoom.wav**, and **Explosion.wav** respectively, and move them both to ```models/graphics/resources/```.