diff --git a/README.md b/README.md
index b0e110e..8fa201d 100644
--- a/README.md
+++ b/README.md
@@ -64,6 +64,8 @@ In class add property:
@GestureState var dragState = DragState.inactive
```
+Class `DragState` see in file of project. Also you can see it in [apple's example page](https://developer.apple.com/documentation/swiftui/gestures/composing_swiftui_gestures).
+
To card add `gester` and `offset`:
```swift
@@ -92,68 +94,68 @@ In preview I am use Spring animation for all cards:
.animation(.spring())
```
-#### Transition And Blur
+### Transition And Blur
-#### 2048 Game
+### 2048 Game
-#### SFSymbols
+### SFSymbols
-#### Calculator
+### Calculator
-#### Creating And Combining Views
+### Creating And Combining Views
-#### Building Lists And Navigation
+### Building Lists And Navigation
-#### WWDCPlayer
+### WWDCPlayer
-#### Handling User Input
+### Handling User Input
-#### Composing Complex Interfaces
+### Composing Complex Interfaces
-#### Working With UIControls
+### Working With UIControls
-#### Example To-Do App
+### Example To-Do App
-#### iPadOS Scenes
+### iPadOS Scenes
-#### Combine using GitHub API
+### Combine using GitHub API
-#### Async image loading
+### Async image loading
-#### Interfacing With UIKit
+### Interfacing With UIKit
-#### GitHub Search
+### GitHub Search
@@ -161,19 +163,19 @@ In preview I am use Spring animation for all cards:
-#### Drawing Paths And Shapes
+### Drawing Paths And Shapes
-#### Animating Views And Transitions
+### Animating Views And Transitions
-#### Jike
+### Jike
-#### Flux
+### Flux
@@ -184,11 +186,11 @@ In preview I am use Spring animation for all cards:
-#### SwiftUI SideMenu
+### SwiftUI SideMenu
-#### Authors
+### Authors
Thanks for [Jinxiansen](https://github.com/Jinxiansen), [ra1028](https://github.com/ra1028), [timdonnelly](https://github.com/timdonnelly), [TwoLivesLeft](https://github.com/TwoLivesLeft), [devxoul](https://github.com/devxoul), [cmtrounce](https://github.com/cmtrounce), [unixzii](https://github.com/unixzii), [ra1028](https://github.com/ra1028) for examples project.