Skip to content

Commit 9deb625

Browse files
Update README.md
fix typo and Travis CI badge code
1 parent 70f5992 commit 9deb625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ShitLib (oh Shit!)
22

3-
[![CI Status](http://img.shields.io/travis/artemisia-absynthium/ShitLib.svg?style=flat)](https://travis-ci.org/artemisia-absynthium/ShitLib)
3+
[![Build Status](https://travis-ci.org/ShitLib/shitlib-swift.svg?branch=master)](https://travis-ci.org/ShitLib/shitlib-swift)
44
[![Version](https://img.shields.io/cocoapods/v/ShitLib.svg?style=flat)](http://cocoapods.org/pods/ShitLib)
55
[![License](https://img.shields.io/cocoapods/l/ShitLib.svg?style=flat)](http://cocoapods.org/pods/ShitLib)
66
[![Platform](https://img.shields.io/cocoapods/p/ShitLib.svg?style=flat)](http://cocoapods.org/pods/ShitLib)
@@ -38,7 +38,7 @@ class MyBeautifulClass {
3838
let elements: [String] = [**some elements inside**]
3939

4040

41-
func iDontWantDoThisButWeMustReleaseASAP() {
41+
func iDontWantToDoThisButWeMustReleaseASAP() {
4242
let element = elements[OhShit._0] // <--- OhShit Constant
4343
doSomeThing(with: element)
4444
}

0 commit comments

Comments
 (0)