Skip to content

Commit 2029b56

Browse files
committed
Add CI status.
1 parent 12aadbd commit 2029b56

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# TweeTextField
22

33
[![Swift Version][swift-image]][swift-url]
4+
[![Build][build-image]][build-url]
45
[![Platform][platform-image]][platform-url]
56
[![Documentation][docs-image]][docs-url]
67
[![Pod][pod-image]][pod-url]
@@ -64,7 +65,7 @@ Run `carthage update` to build the framework and drag the built `TweeTextField.f
6465
#### Manually
6566
1. Download the [code](https://github.com/oleghnidets/TweeTextField/archive/master.zip).
6667
2. Drag and drop sources in your project.
67-
3. Import the library in code by `import TweeTextField`
68+
3. Import the library in code by `import TweeTextField`.
6869

6970
## Usage
7071

@@ -104,7 +105,7 @@ usernameTextField.lineWidth = 2
104105
Distributed under the MIT license. See [LICENSE](https://github.com/oleghnidets/TweeTextField/blob/develop/LICENSE) for more information.
105106

106107

107-
[swift-image]:https://img.shields.io/badge/swift-4.0-orange.svg
108+
[swift-image]: https://img.shields.io/badge/swift-4.0-orange.svg
108109
[swift-url]: https://swift.org/
109110
[license-image]: https://img.shields.io/badge/License-MIT-blue.svg
110111
[license-url]: LICENSE
@@ -116,3 +117,5 @@ Distributed under the MIT license. See [LICENSE](https://github.com/oleghnidets/
116117
[pod-url]: http://cocoapods.org/
117118
[carthage-image]: https://img.shields.io/badge/carthage-%E2%9C%93-orange.svg
118119
[carthage-url]: https://github.com/Carthage/Carthage
120+
[build-image]: https://travis-ci.org/oleghnidets/TweeTextField.svg?branch=master
121+
[build-url]: https://travis-ci.org/oleghnidets/TweeTextField

0 commit comments

Comments
 (0)