Autumn před 5 roky
rodič
revize
0fedc21cfa
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -55,7 +55,7 @@ dependencies: [
 
 - Basic use: The parameters of `ACarousel` have default values, so you can simply pass in the data source and eat it ~
 ```swift
-struct Item: Identifiable, Equatable {
+struct Item: Identifiable {
     let id = UUID()
     let image: Image
 }
@@ -121,4 +121,4 @@ Feel free to dive in! [Open an issue](https://github.com/JWAutumn/ACarousel/issu
 
 ## License
 
-[MIT](LICENSE) © JWAutumn
+[MIT](LICENSE) © JWAutumn