From 31411722bdaa0b81d4ef7bec8af0b9acfe353a01 Mon Sep 17 00:00:00 2001 From: Ferran Pujol Camins Date: Sun, 14 Oct 2018 15:59:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0726b5..c3d7ad8 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Installation Include this package by adding the following line to your `Package.swift`'s `dependencies` section: - .package(url: "https://github.com/dn-m/PerformanceTest", .branch("master")) + .package(url: "https://github.com/dn-m/PerformanceTesting", .branch("master")) Add `import PerformanceTesting` to the top of your test files, and you are good to go.