1 files changed, 1 insertions(+), 1 deletions(-)
M README.org
M README.org => README.org +1 -1
@@ 16,7 16,7 @@ web-based [[openscad.org/][OpenSCAD]] customizer.
Now you can use a static file server of your choice to serve the files.
Or you can use the docker container
-#+bagin_src bash
+#+begin_src bash
docker build . -t cora
docker run -it -p 3094:3094 cora
#+end_src