From 5c3594ee8b03071705cc8483614917224e467ae3 Mon Sep 17 00:00:00 2001 From: Masoud Khoshkam Date: Sun, 11 Feb 2024 15:03:01 +0330 Subject: [PATCH] Fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84c8e09..0149db9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ This project is a technical test that showcases a modern Android application development using Kotlin and the latest tech stack. -The app uses the ```[Pixabay](https://pixabay.com/api/docs/#api_search_images)``` API service to display the image list based on the search result. It follows the Clean Architecture principles, the Repository Pattern, and the MVVM Architecture. It also uses Jetpack Compose UI toolkit in the presentation layer. +The app uses the [Pixabay](https://pixabay.com/api/docs/#api_search_images) API service to display the image list based on the search result. It follows the Clean Architecture principles, the Repository Pattern, and the MVVM Architecture. It also uses Jetpack Compose UI toolkit in the presentation layer. ## Features