From fff592fe0d8832ddc8790e12338f000e24b63068 Mon Sep 17 00:00:00 2001 From: Corey Date: Wed, 3 Jul 2024 09:27:53 -0700 Subject: [PATCH] nit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cfa9822e..2a7afa5e 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,10 @@ You can create SwiftUI views that conform to [CareKitEssentialView](https://gith ### iOS [SliderLogTaskView](https://github.com/netreconlab/CareKitEssentials/blob/main/Sources/CareKitEssentials/Cards/iOS/SliderLog/SliderLogTaskView.swift) can be used to quickly create a slider view + image ### watchOS [DigitalCrownView](https://github.com/netreconlab/CareKitEssentials/blob/main/Sources/CareKitEssentials/Cards/watchOS/DigitalCrown/DigitalCrownView.swift) can be used to quickly create a view that responds to the crown -image \ No newline at end of file + +image