From 17c7ef54383681d311e2b586dde67c32c3d54f50 Mon Sep 17 00:00:00 2001
From: Shivam Dhuria
Date: Thu, 3 Feb 2022 12:56:23 +0530
Subject: [PATCH 1/3] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d0f9206..f2b2b87 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ A color picker library made in Jetpack Compose.
-## Including in your project
+
## Terminology
From dd70092b8b816ec075037cb636225bf011608e2f Mon Sep 17 00:00:00 2001
From: Shivam Dhuria
Date: Thu, 3 Feb 2022 13:10:43 +0530
Subject: [PATCH 2/3] Update README.md
---
README.md | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
index f2b2b87..4e6b111 100644
--- a/README.md
+++ b/README.md
@@ -10,23 +10,24 @@ A color picker library made in Jetpack Compose.
-
+```
## Terminology
From c904866645850ee6d0cee01762028d17eec97da8 Mon Sep 17 00:00:00 2001
From: Shivam Dhuria
Date: Thu, 3 Feb 2022 13:21:57 +0530
Subject: [PATCH 3/3] Update README.md
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 4e6b111..ad6d353 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,15 @@ Add it in your **root** build.gradle at the end of repositories:
```gradle
allprojects {
repositories {
- maven { url 'https://jitpack.io' }
- }
+ maven { url 'https://jitpack.io' }
+ }
}
```
Add the dependency.
```gradle
dependencies {
- implementation 'com.github.Shivamdhuria:palette:Tag'
-}
+ implementation 'com.github.Shivamdhuria:palette:Tag'
+ }
```
## Terminology