From c9f2b133642fc4bfe594787262deb99c14b499e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomas=20Franz=C3=A9n?= Date: Sun, 7 Jul 2024 21:39:25 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a75320c..fce4863 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ SwiftSCAD is a library that allows you to create 3D and 2D CAD models in Swift. SwiftSCAD runs on macOS, Windows and Linux. [![Swift](https://github.com/tomasf/SwiftSCAD/actions/workflows/swift.yml/badge.svg)](https://github.com/tomasf/SwiftSCAD/actions/workflows/swift.yml) +![asd](https://img.shields.io/badge/Platforms-macOS_|_Linux_|_Windows-cc9529?logo=swift&logoColor=white) # Getting Started > tl;dr: Create a new executable Swift package, add SwiftSCAD as a dependency, import it in your code, create geometry and use the `save(to:)` method to save it to disk as an OpenSCAD file. @@ -145,4 +146,4 @@ Star(pointCount: 5, radius: 10, pointRadius: 1, centerSize: 4) [vscode]: https://code.visualstudio.com/Download [swift-extension]: https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang [helical]: https://github.com/tomasf/Helical -[richtext]: https://github.com/tomasf/RichText \ No newline at end of file +[richtext]: https://github.com/tomasf/RichText