Skip to content

Commit

Permalink
docs: follow the change of my username
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Apr 5, 2024
1 parent 6fb92dd commit 8b257cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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:
Expand Down

0 comments on commit 8b257cb

Please sign in to comment.