From 507e7941db23bbf4a15b28ec09354f4363e02bd2 Mon Sep 17 00:00:00 2001 From: Mustafa Ozhan Date: Sat, 26 Oct 2019 23:25:47 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2ec17d4..76cf829 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ and follow me on GitHub: #### Other projects -- [Currency Converter & Calculator](#transition-and-blur) - [Transition And Blur](#transition-and-blur) - [2048 Game](#2048-game) - [SFSymbols](#sfsymbols) @@ -53,6 +52,7 @@ and follow me on GitHub: - [SwiftUI Weather App](#SwiftUI-Weather) - [DesignCode SwiftUI App](https://github.com/mythxn/DesignCode) - [SwiftUI SlideToOpen](#MTSlideToOpen-SwiftUI) +- [Currency Converter & Calculator](#transition-and-blur) Also include: - Movie @@ -111,12 +111,6 @@ For change state using `@State` as property: @State var show = false ``` -### Currency Converter & Calculator - -[Source](https://github.com/CurrencyConverterCalculator/iosCCC) - - - ## Transition And Blur @@ -235,6 +229,12 @@ For change state using `@State` as property: +### Currency Converter & Calculator + +[Source](https://github.com/CurrencyConverterCalculator/iosCCC) + + + ### 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.