Skip to content

Commit 3c0cec0

Browse files
authored
Merge pull request #42 from cybozu/update-readme
Update README.md
2 parents c3e4ac2 + 0432f25 commit 3c0cec0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@ Generate a list of licenses for the Swift Package libraries that your app depend
1111

1212
**Example**
1313

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>
1921

2022
## Requirements
2123

@@ -105,6 +107,11 @@ struct ContentView: View {
105107
}
106108
```
107109

110+
## Documentation
111+
112+
LicenseList documentation is deployed with Swift-DocC.
113+
https://cybozu.github.io/LicenseList/documentation/licenselist/
114+
108115
## Demo
109116

110117
This repository includes demonstration app for UIKit & SwiftUI.

0 commit comments

Comments
 (0)