Skip to content

Commit

Permalink
switch references to Nice Components to remove the space (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlensink authored Jul 7, 2023
1 parent 581da17 commit 254031d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Nice Components](nice_components.png)
![NiceComponents](nice_components.png)

Nice Components is a simple library with some nice looking SwiftUI components to get your next project started. 🚀
NiceComponents is a simple library with some nice looking SwiftUI components to get your next project started. 🚀

Jumpstart your prototypes with some sensible default components, then come back later and customize the look and feel of your app – all in one place.

Expand Down Expand Up @@ -156,8 +156,8 @@ Just like how you can set a `colorTheme`, you can also set a `fontStyle` that de

### Installation

Nice Components is available through **[Swift Package Manager](https://swift.org/package-manager/)**. To install it, follow these steps:
NiceComponents is available through **[Swift Package Manager](https://swift.org/package-manager/)**. To install it, follow these steps:

1. In Xcode, click **File**, then **Swift Package Manager**, then **Add Package Dependency**
2. Choose your project
3. Enter this URL in the search bar `git@github.com:steamclock/nice_components.git`
3. Enter this URL in the search bar `git@github.com:steamclock/niceComponents.git`

0 comments on commit 254031d

Please sign in to comment.