diff --git a/.gitignore b/.gitignore
index 96d4395..879284d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,9 +24,6 @@ archive/
## npm
node_modules
-## Carthage
-Carthage/Build
-
## SwiftPM
.swiftpm
.build
diff --git a/README.md b/README.md
index 9f4ea0a..26e0c2d 100644
--- a/README.md
+++ b/README.md
@@ -9,6 +9,7 @@
+
`PlaybookAccessibilitySnapshot` is an extension to [Playbook](https://github.com/playbook-ui/playbook-ios) that uses [AccessibilitySnapshot](https://github.com/cashapp/AccessibilitySnapshot) to produce snapshots with accessibility information such as activation points and labels.
@@ -63,7 +64,7 @@ The generated snapshot images with accessibility information can be used for mor
- Swift 5.3+
- Xcode 12.2+
-- iOS 12.0+
+- iOS 13.0+
---