Skip to content

Commit 08dda98

Browse files
authored
Update README.md
1 parent 1fc3abc commit 08dda98

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
# SFSymbol
1+
# SFSymbol: SFSymbol and SFSymbol 2
22
[![Build Status](https://travis-ci.org/Nirma/SFSymbol.svg?branch=master)](https://travis-ci.org/Nirma/SFSymbol)
33
![Swift 5.3](https://img.shields.io/badge/Swift-5.3-orange.svg)
44
[![Swift Package Manager compatible](https://img.shields.io/badge/Swift%20Package%20Manager-compatible-purple.svg)](https://github.com/apple/swift-package-manager)
55
[![CocoaPods compatible](https://img.shields.io/cocoapods/v/SFSymbol.svg)](#cocoapods)
66
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77
[![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)
88

9-
All the SFSymbols at your fingertips
9+
All the SFSymbols at your fingertips (SFSymbol 1.1 & 2)
1010

1111
## Usage
12-
`SFSymbol` is an `enum` that contains the identifier strings of all SFSymbols that were available at the time of this writing.
12+
`SFSymbol` and `SFSymbol2` are an `enum`s that contain the identifier strings of all of apple's `SFSymbol` and `SFSymbol2`.
13+
1314
For example `SFSymbol.playCircle` produces the `String` `"play.circle"` that can then be used to instantiate a system symbol via:
1415

1516
#### UIKit
@@ -28,7 +29,7 @@ For example `SFSymbol.playCircle` produces the `String` `"play.circle"` that can
2829

2930

3031
## About
31-
SFSymbols is a real treat from apple, Apple's official list of Symbols that are
32+
SFSymbols (1.1 and 2) is a real treat from apple, Apple's official list of Symbols that are
3233
available to use free of charge when writing software on any of Apple's recent platforms.
3334
There is one downfall however, it is a pain in the neck to look up exact symbol names, take for example:
3435

0 commit comments

Comments
 (0)