File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ Generate a list of licenses for the Swift Package libraries that your app depend
11
11
12
12
** Example**
13
13
14
- <div >
15
- <img src =" ./Screenshots/demo-top.png " width =" 240px " />
16
- <img src =" ./Screenshots/demo-apache.png " width =" 240px " />
17
- <img src =" ./Screenshots/demo-mit.png " width =" 240px " />
18
- </div >
14
+ <table >
15
+ <tr >
16
+ <td><img src="./Screenshots/demo-top.png" /></td>
17
+ <td><img src="./Screenshots/demo-apache.png" /></td>
18
+ <td><img src="./Screenshots/demo-mit.png" /></td>
19
+ </tr >
20
+ </table >
19
21
20
22
## Requirements
21
23
@@ -105,6 +107,11 @@ struct ContentView: View {
105
107
}
106
108
```
107
109
110
+ ## Documentation
111
+
112
+ LicenseList documentation is deployed with Swift-DocC.
113
+ https://cybozu.github.io/LicenseList/documentation/licenselist/
114
+
108
115
## Demo
109
116
110
117
This repository includes demonstration app for UIKit & SwiftUI.
You can’t perform that action at this time.
0 commit comments