Mercurial > public > stock-charts
changeset 22:5c9f74baee88
Update README.md
author | Dennis Concepción Martín <66180929+denniscm190@users.noreply.github.com> |
---|---|
date | Fri, 30 Apr 2021 17:41:57 +0200 |
parents | 5135ff3343ae |
children | cf68e93882b4 |
files | README.md StockCharts.xcodeproj/project.xcworkspace/xcuserdata/dennis.xcuserdatad/UserInterfaceState.xcuserstate |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Fri Apr 30 17:40:33 2021 +0200 +++ b/README.md Fri Apr 30 17:41:57 2021 +0200 @@ -12,10 +12,10 @@ ## Instalation - In Xcode go to `File` -> `Swift packages` -> `Add package dependency` -- Copy and paste `https://github.com/denniscm190/SwiftUI-InteractiveCharts.git` +- Copy and paste `https://github.com/denniscm190/StockCharts.git` ## Usage -Import the package in the file you want to use it: `import InteractiveCharts` +`import StockCharts` ### Line chart ```swift