File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 5
5
</h2 >
6
6
7
7
<div align =" center " >
8
- A library for generating Web User Interfaces in a simple, type-safe, and consistent manner.
8
+ A library for generating Websites in a simple, type-safe, and consistent manner.
9
9
<br />
10
10
<br />
11
11
<a href =" https://github.com/maclong9/web-ui/issues/new?assignees=&labels=bug&template=01_BUG_REPORT.md&title=bug%3A+ " >Report a Bug</a >
@@ -76,11 +76,15 @@ steps:
76
76
77
77
1 . Open your ` Package.swift ` file.
78
78
2 . Add the WebUI repository URL to the ` dependencies ` array.
79
+ a. Select ` from: "x.x.x" ` for the release version.
80
+ b. Select ` from: "next-x.x.x" ` for the pre-release version.
81
+ c. Select ` branch: "development" ` for the most up to date changes.
79
82
80
83
``` swift
81
84
dependencies: [
82
- // Add the WebUI package dependency
83
- .package (url : " https://github.com/maclong9/web-ui.git" , from : " 1.0.0" )
85
+ .package (url : " https://github.com/maclong9/web-ui.git" , from : " 1.0.0" ) // Release Version
86
+ .package (url : " https://github.com/maclong9/web-ui.git" , from : " next-1.1.0" ) // Pre-Release Version
87
+ .package (url : " https://github.com/maclong9/web-ui.git" , branch : " development" ) // Development Version
84
88
],
85
89
```
86
90
You can’t perform that action at this time.
0 commit comments