Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Commit

Permalink
[Readme] Remove : in cases
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshinejr committed Apr 16, 2016
1 parent 08da9d4 commit db561f6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ Permission
### Available permissions:
```swift
case .Contacts
case .LocationAlways:
case .LocationWhenInUse:
case .Notifications:
case .Microphone:
case .Camera:
case .Photos:
case .Reminders:
case .Events:
case .Bluetooth:
case .Motion:
case .LocationAlways
case .LocationWhenInUse
case .Notifications
case .Microphone
case .Camera
case .Photos
case .Reminders
case .Events
case .Bluetooth
case .Motion
```

### Available statuses:
Expand Down

0 comments on commit db561f6

Please sign in to comment.