Skip to content

Commit

Permalink
Renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
przemekxa committed Oct 25, 2020
1 parent 61d4eb9 commit ac2caa7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Base85

![build](https://github.com/pambrozy/base85/workflows/build/badge.svg)
![build](https://github.com/pambrozy/Base85/workflows/build/badge.svg)

Base85 is a Swift library to convert data from Base-85 and vice versa. The API was designed to easily replace the Foundation's built-in Base-64 encoding API.

## Installation
You can install this package through Swift Package Manager. Either add this to your `Package.swift`:
```swift
dependencies: [
.package(url: "https://github.com/pambrozy/base85", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/pambrozy/Base85", .upToNextMajor(from: "1.0.0")),
...
],
```
Or, by using Xcode:
1. Select File → Swift Packages → Add Package Dependency...
2. Enter package URL: `https://github.com/pambrozy/base85`
2. Enter package URL: `https://github.com/pambrozy/Base85`

## Usage
### Foundation
Expand Down

0 comments on commit ac2caa7

Please sign in to comment.