From 559515d288f65220c762dbaa7b9ab050de13e2de Mon Sep 17 00:00:00 2001 From: Mitchell Budge <46467169+mitchellgbudge@users.noreply.github.com> Date: Fri, 18 Oct 2019 10:15:44 -0600 Subject: [PATCH] Update README.md The install method was previously notated as `pod "SwiftChart"` but the correct input should be `pod 'SwiftChart'` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ae170e44..1de26c5c0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ SwiftChart is available through [CocoaPods](http://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby -pod "SwiftChart" +pod 'SwiftChart' ``` ## Installing SwiftChart manually