Skip to content

Commit e1baa0f

Browse files
authored
Update README.md
1 parent c18f29e commit e1baa0f

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,4 +1,4 @@
1-
[![Build Status](https://travis-ci.com/mtumilowicz/kotlin-dsl-lambda-workshop.svg?branch=master)](https://travis-ci.com/mtumilowicz/kotlin-dsl-lambda-workshop)
1+
[![Build Status](https://app.travis-ci.com/mtumilowicz/kotlin-dsl-lambda-workshop.svg?branch=master)](https://travis-ci.com/mtumilowicz/kotlin-dsl-lambda-workshop)
22
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
33
# kotlin-dsl-lambda-workshop
44

@@ -222,4 +222,4 @@ and the next
222222
* `map["key"] // map.get("key")`
223223
* lambda outside of parentheses
224224
* `file.use { it.read() } // file.use({ f -> f.read() } ) `
225-
* lambda with a receiver
225+
* lambda with a receiver

0 commit comments

Comments
 (0)