diff --git a/README.md b/README.md index f2fdf49..cdbb512 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ MySQL and MariaDB may take longer to initiate than OpenSimulator is able to wait ### I'm not able to run commands in the OpenSimulator prompt -(In most instances, [wait-for-it][wfi] has been added to the buils to stop this situation from happening). +(In most instances, [wait-for-it][wfi] has been added to the builds to stop this situation from happening). You are able to attach a shell to the current entrypoint, but so far this doesn't seem to work for me. You can 'cheese' this process by adding [screen][screen], allowing you to 'resume' the actively running session. To do this, replace the entrypoint in the Dockerfile to this: diff --git a/standalone/readme.md b/standalone/readme.md index 0ebe2db..8d7f50e 100644 --- a/standalone/readme.md +++ b/standalone/readme.md @@ -1,4 +1,4 @@ -## OpenSimulator - Standalone +# OpenSimulator - Standalone This experiment runs OpenSimulator in the most basic format - [standalone mode](http://opensimulator.org/wiki/Configuration). Best mode for getting started with OpenSimulator.