Skip to content

Commit 9c38b36

Browse files
committed
Update test and readme
1 parent 8e3e362 commit 9c38b36

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,12 @@
33

44
<br/>
55

6-
Xcode Workspace to convert ScreenData into Markdown. CLI tool to either print or save the Markdown generated from the ScreenData.
7-
8-
<br/><br/>
9-
10-
### Xcode Usage
6+
### ScreenData to Markdown (SD2MD)
7+
SD2MD is a Xcode Workspace to convert ScreenData into Markdown and CLI tool to either print or save the Markdown generated from the ScreenData.
118

129
<br/>
1310

11+
### Xcode Usage
1412
All changes should be done insider the `Markdown` folder. Edit `Workspace.post` to what you want converted from ScreenData into Markdown.
1513

1614
<br/>

Tests/SD2MDTests/SD2MDTests.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ final class SD2MDTests: XCTestCase {
1313

1414
.spacer(),
1515

16-
.text("Xcode Workspace to convert ScreenData into Markdown. CLI tool to either print or save the Markdown generated from the ScreenData."),
16+
.label(title: "ScreenData to Markdown (SD2MD)", font: .headline),
1717

18-
.spacer(size: 2),
19-
20-
.label(title: "Xcode Usage", font: .headline),
18+
.text("SD2MD is a Xcode Workspace to convert ScreenData into Markdown and CLI tool to either print or save the Markdown generated from the ScreenData."),
2119

2220
.spacer(),
2321

22+
.label(title: "Xcode Usage", font: .headline),
23+
2424
.text("All changes should be done insider the `Markdown` folder. Edit `Workspace.post` to what you want converted from ScreenData into Markdown."),
2525

2626
.spacer(),

0 commit comments

Comments
 (0)