Skip to content

Commit 9708885

Browse files
committed
Updated README
1 parent 42596c9 commit 9708885

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
# SwiftASCII
22

3-
[![CI Build Status](https://github.com/orchetect/SwiftASCII/actions/workflows/build.yml/badge.svg)](https://github.com/orchetect/SwiftASCII/actions/workflows/build.yml) [![Platforms - macOS 10.11+ | iOS 9+ | tvOS 9+ | watchOS 2+ | visionOS 1+](https://img.shields.io/badge/platforms-macOS%2010.11+%20|%20iOS%209+%20|%20tvOS%209+%20|%20watchOS%202+%20|%20visionOS%201+-lightgrey.svg?style=flat)](https://developer.apple.com/swift) ![Swift 5.3-6.0](https://img.shields.io/badge/Swift-5.3–6.0-orange.svg?style=flat) [![Xcode 13-16](https://img.shields.io/badge/Xcode-13–16-blue.svg?style=flat)](https://developer.apple.com/swift) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/SwiftASCII/blob/main/LICENSE)
3+
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/orchetect/SwiftASCII) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Forchetect%2FSwiftASCII%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/orchetect/SwiftASCII) [![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/orchetect/SwiftASCII/blob/main/LICENSE)
44

55
`ASCIIString` and `ASCIICharacter` types for Swift offering validation and lossy conversion from `String`.
66

77
Complete unit test coverage.
88

99
## Getting Started
1010

11-
### Swift Package Manager (SPM)
11+
1. SwiftASCII is available as a Swift Package that can be added as a dependency in your app or package.
1212

13-
1. Add SwiftASCII as a dependency using Swift Package Manager.
14-
15-
- In an app project or framework, in Xcode:
16-
17-
- Select the menu: **File → Swift Packages → Add Package Dependency...**
18-
- Enter this URL: `https://github.com/orchetect/SwiftASCII`
13+
- In an Xcode app project or framework add the package dependency to your target using this URL:
1914

15+
`https://github.com/orchetect/SwiftASCII`
16+
2017
- In a Swift Package, add it to the Package.swift dependencies:
21-
18+
2219
```swift
23-
.package(url: "https://github.com/orchetect/SwiftASCII", from: "1.1.0")
20+
.package(url: "https://github.com/orchetect/SwiftASCII", from: "1.1.5")
2421
```
25-
22+
2623
2. Import the library:
2724

2825
```swift

0 commit comments

Comments
 (0)