From 8b257cb57c8c8133a0f05d650a12ef4e9f94c04f Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Fri, 5 Apr 2024 20:18:47 +0900 Subject: [PATCH] docs: follow the change of my username --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37d809d..bf4a143 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # LoggingPlayground -[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fkkk669%2Fswift-log-playground%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/kkk669/swift-log-playground) -[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fkkk669%2Fswift-log-playground%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/kkk669/swift-log-playground) -[![License](https://img.shields.io/github/license/kkk669/swift-log-playground.svg)](LICENSE) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fkkebo%2Fswift-log-playground%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/kkebo/swift-log-playground) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fkkebo%2Fswift-log-playground%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/kkebo/swift-log-playground) +[![License](https://img.shields.io/github/license/kkebo/swift-log-playground.svg)](LICENSE) This Swift package is a logging backend for [SwiftLog](https://github.com/apple/swift-log). It is usable on Swift Playgrounds. @@ -11,7 +11,7 @@ This Swift package is a logging backend for [SwiftLog](https://github.com/apple/ You need to declare your dependency in your Package.swift: ```swift -.package(url: "https://github.com/kkk669/swift-log-playground", from: "0.1.0"), +.package(url: "https://github.com/kkebo/swift-log-playground", from: "0.1.0"), ``` and to your application/library target, add "LoggingPlayground" to your dependencies, e.g. like this: