Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devmaximilian committed Feb 7, 2021
1 parent e4499cc commit 47e23e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ This package is a wrapper for the PMP3g API provided by [SMHI](https://smhi.se).
Add Weather o your `Package.swift` manifest.

```swift
...
/// Append the package to the list of dependencies
dependencies: [
.package(url: "https://github.com/devmaximilian/Weather.git", from: "1.0.0")
Expand All @@ -19,7 +18,6 @@ targets: [
name: "MyProject",
dependencies: ["Weather"])
]
...
```

Note that this is just a simple example demonstrating how the library can be used.
Expand Down

0 comments on commit 47e23e3

Please sign in to comment.