diff --git a/README.md b/README.md index b773295..5f68f17 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ ## Card Swipe Animation -Creating the swipe view as used in the Tinder. Swipe right is considered accepted and swipe left is rejected.It is a rebuild version of a UI design that I came across on [Dribbble](https://dribbble.com/shots/2216416-Showtime-app). +I was creating the swipe view as used in Tinder. Swipe right is considered accepted, and swipe left is rejected. It is a rebuild version of a UI design that I came across on [Dribbble](https://dribbble.com/shots/2216416-Showtime-app). -You can also checkout the flow of animation and steps to design it briefly at my medium article [Tinder Swipe in Flutter](https://blog.geekyants.com/tinder-swipe-in-flutter-7e4fc56021bc) +You can also check out the flow of the animation and the steps to design it briefly in my medium article [Tinder Swipe in Flutter](https://blog.geekyants.com/tinder-swipe-in-flutter-7e4fc56021bc) # Demo @@ -47,4 +47,4 @@ In the command terminal, run the following commands: Run the following command in your terminal. $ flutter run -##### Check out Flutter’s online [documentation](http://flutter.io/) for help getting start with your Flutter Animation project. \ No newline at end of file +##### Check out Flutter’s online [documentation](http://flutter.io/) for help getting start with your Flutter Animation project.