From 24436c09766350c39e7e136405e96cb244131cb3 Mon Sep 17 00:00:00 2001 From: Dinesh Solanki <15937452+DineshSolanki@users.noreply.github.com> Date: Fri, 20 Oct 2023 00:19:40 +0530 Subject: [PATCH] move the installation topic to the top --- Samay-docs/topics/Using-Samay.md | 48 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/Samay-docs/topics/Using-Samay.md b/Samay-docs/topics/Using-Samay.md index 74a747e..b736330 100644 --- a/Samay-docs/topics/Using-Samay.md +++ b/Samay-docs/topics/Using-Samay.md @@ -2,6 +2,30 @@ This section explains how to use the main features of the Samay library in your Spring Boot application. +### Installing Samay + + + + +```xml + + + io.github.dineshsolanki + Samay + RELEASE + +``` + + + + +```Gradle +implementation 'io.github.dineshsolanki:Samay:RELEASE' +``` + + + + ## Timezone Extraction By default, Samay expects the timezone in a request header named `X-TimeZone`. @@ -67,30 +91,6 @@ Samay will now check `My-Timezone-Header` instead of default `X-TimeZone`. > {style="warning"} -### Installing Samay - - - - -```xml - - - io.github.dineshsolanki - Samay - RELEASE - -``` - - - - -```Gradle -implementation 'io.github.dineshsolanki:Samay:RELEASE' -``` - - - - ## Disable Auto Configuration To disable the auto configuration in Spring Boot: