Skip to content

Commit

Permalink
- capitilization
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahselek committed Dec 30, 2016
1 parent 4a3d86c commit ee5bdfb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
# ASToast
A Swift extension for using Android style Toast notifications. You may call ASToast methods directly from your view objects.

# Screenshots
## Screenshots

![single_toast](https://github.com/abdullahselek/ASToast/blob/master/images/astoast_singletoast.png)
![image_toast](https://github.com/abdullahselek/ASToast/blob/master/images/astoast_image_title_text_toast.png)
![activity_toast](https://github.com/abdullahselek/ASToast/blob/master/images/astoast_activity.png)

# Requirements
## Requirements
iOS 8.0+

# CocoaPods
## CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
```
Expand Down Expand Up @@ -45,7 +45,7 @@ Then, run the following command:
```
$ pod install
```
# Carthage
## Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

Expand All @@ -64,7 +64,7 @@ github "abdullahselek/ASToast" ~> 1.0.6

Run carthage update to build the framework and drag the built ASToast.framework into your Xcode project.

# Example Usage
## Example Usage

make a toast with single text with default background color
```
Expand Down Expand Up @@ -115,7 +115,7 @@ Show activity indicator
self.view.makeToastActivity()
```

# MIT License
## MIT License
```
Copyright (c) 2015 Abdullah Selek
Expand All @@ -138,7 +138,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```

# Credits
## Credits
```
Inspired from Charles Scalesse (scalessec). Improved and all coded in new programming
language Swift.
Expand Down

0 comments on commit ee5bdfb

Please sign in to comment.