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: