Skip to content

Commit e3c0cc7

Browse files
committed
tweaks
1 parent 46ae960 commit e3c0cc7

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,24 @@ If the FileName is not provided it's inferred from the host name of the remote U
2525

2626
swiftref http://techstacks.io
2727

28-
Will download the Typed Swift DTOs for [techstacks.io](http://techstacks.io) and save them to `techstacks.dtos.swift` or
29-
if preferred specify a different FileName to save it to, e.g:
28+
Which will download the Typed Swift DTOs for [techstacks.io](http://techstacks.io) and save them to `techstacks.dtos.swift`
29+
or if preferred, you can specify a different FileName to save to, e.g:
3030

3131
swiftref http://techstacks.io TechStacks
3232

33-
Which will save it to `TechStacks.dtos.swift`.
33+
Which will save the Typed Swift DTOs to `TechStacks.dtos.swift`.
3434

35-
`swiftref` will also download [ServiceStack's Swift Client](https://github.com/ServiceStack/ServiceStack.Swift) and save it to
36-
`JsonServiceClient.swift` which contains all the dependencies to consume Typed Web Services in Swift.
35+
`swiftref` also downloads [ServiceStack's Swift Client](https://github.com/ServiceStack/ServiceStack.Swift)
36+
and saves it to `JsonServiceClient.swift` which together with the Server DTOs contains all the dependencies required to
37+
consume Typed Web Services in Swift.
3738

3839
### Update an existing ServiceStack Reference:
3940

40-
To Update an existing ServiceStack Reference provide it as the first argument:
41+
To Update an existing ServiceStack Reference provide its Filename as the first argument:
4142

4243
swiftref {FileName.dtos.swift}
4344

44-
As an example you can Update the file added in the previous command with the latest Server DTOs using:
45+
As an example you can Update the Server DTOs added in the previous command with:
4546

4647
swiftref TechStacks.dtos.swift
4748

@@ -51,4 +52,4 @@ that were manually added.
5152

5253
## Learn
5354

54-
Documentation for [Swift Add ServiceStack Reference](http://docs.servicestack.net/swift-add-servicestack-reference).
55+
To learn more, see Documentation for [Swift Add ServiceStack Reference](http://docs.servicestack.net/swift-add-servicestack-reference).

0 commit comments

Comments
 (0)