diff README.md @ 131:ce6bfc2702fb default tip

Move to mercurial
author Dennis C. M. <dennis@denniscm.com>
date Tue, 03 Jun 2025 15:00:31 +0100
parents b8549a53d732
children
line wrap: on
line diff
--- a/README.md	Tue Jun 03 13:56:50 2025 +0000
+++ b/README.md	Tue Jun 03 15:00:31 2025 +0100
@@ -1,16 +1,18 @@
-
 # stock-charts
 
 <a href="https://www.producthunt.com/posts/stockcharts-for-swiftui?utm_source=badge-featured&utm_medium=badge&utm_souce=badge-stockcharts-for-swiftui" target="_blank"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=295975&theme=dark" alt="StockCharts for SwiftUI - Display interactive stock charts easily 🎉 | Product Hunt" style="width: 250px; height: 54px;" width="250" height="54" /></a>
 
-This project is now deprecated in favor of the [Apple’s native framework](https://developer.apple.com/documentation/charts). At the time of archiving this project, it has accumulated 98 stars and 11 forks on Github.
+This project is now deprecated in favor of the [Apple’s native
+framework](https://developer.apple.com/documentation/charts). At the time of
+archiving this project, it has accumulated 98 stars and 11 forks on Github.
 
 StockCharts is a library to create intertactive charts in SwiftUI.
 
 ## Installation
 In Xcode go to File -> Swift packages -> Add package dependency
 Copy and paste https://github.com/denniscmartin/stock-charts.git
-I’ve created a demo app using StockCharts called Trades. Check out the code in my Github
+I’ve created a demo app using StockCharts called Trades. Check out the code in
+my Github
 
 ## Usage
 
@@ -83,4 +85,4 @@
             )
     }
 }
-```
\ No newline at end of file
+```