From 47e23e3a835c3bdfd5722da17bcfde68c0f7af6d Mon Sep 17 00:00:00 2001 From: Maximilian Wendel Date: Sun, 7 Feb 2021 19:42:30 +0100 Subject: [PATCH] Updated readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index a4bf886..64e1d1b 100644 --- a/README.md +++ b/README.md @@ -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") @@ -19,7 +18,6 @@ targets: [ name: "MyProject", dependencies: ["Weather"]) ] -... ``` Note that this is just a simple example demonstrating how the library can be used.