From 648f174bd8067ccf9d6c57305fe144bfd7d46e3e Mon Sep 17 00:00:00 2001 From: Davor Hrg Date: Tue, 21 Sep 2021 22:15:16 +0200 Subject: [PATCH] Update README.md (#523) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8a84f9..e4305c2 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ We're using tailwind utility classes so please try and use them as much as possi In progress, though can be [seen on Figma](https://www.figma.com/file/VUh53RdncjZ7NuFYj0RGB9/CadHub?node-id=0%3A1) ## Integrations -The OpenSCAD and CadQuery integrations work by leveraging each of their cli tools in a docker image. It's currently deployed to AWS and can be found [here](https://github.com/Irev-Dev/cadhub/tree/main/app/api/src/docker). +The OpenSCAD and CadQuery integrations work by leveraging each of their cli tools in a docker image. It's currently deployed to AWS and can be found [here](https://github.com/Irev-Dev/cadhub/tree/main/app/api/src/docker). JSCAD integration runs directly in the browser. ## Docs Docs are hosted at [learn.cadhub.xyz](http://learn.cadhub.xyz/). It includes a OpenSCAD tutorial at this point, and more is coming. The docs can be found in this repo at [docs](https://github.com/Irev-Dev/cadhub/tree/main/docs)