From c16d4a19b425ab1bc268bd36aa2a71a171c31848 Mon Sep 17 00:00:00 2001 From: eonist <30n1st@gmail.com> Date: Mon, 2 Oct 2023 00:29:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b6c79e..927f0f6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Definition: **Spatial** | ˈspeɪʃ(ə)l | adjective | **describes how objects fit together in space** +> :warning: **Note:** Spatial has been renamed to SpatialLib due to a conflict with a recently introduced framework by Apple also named Spatial. SPM url is the same. Just use `import SpatialLib` instead of `import Spatial` + ## Table of Contents - [What is it](#what-is-it) - [How does it work](#how-does-it-work) @@ -29,7 +31,7 @@ Hassle-free AutoLayout, tailored for interactivity and animation. Created for ho - Spatial uses plain and simple math under the hood. ### How do I get it -- SPM `"https://github.com/eonist/Spatial.git"` `"master"` +- SPM `"https://github.com/eonist/Spatial.git"` `branch: "master"` - Manual Open `Spatial.xcodeproj` ### Gotchas: