From 166a760716a2471f858cf9115e1f2e71b469e944 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 17 May 2017 18:38:16 -0700 Subject: [PATCH] Updated kotlin logging example link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c12077..d8887c1 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ poster.addPin("http://www.example.com/foo", "This is a test") poster.deletePin("http:///www.example.com/bar") ``` -[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/kotlin/net/thauvin/erik/pinboard/PinboardPoster.kt#L199) +[View Example](https://github.com/ethauvin/pinboard-poster/blob/master/src/main/kotlin/net/thauvin/erik/pinboard/PinboardPoster.kt#L203) ### Java ```java