Skip to content

Commit

Permalink
Fix nits
Browse files Browse the repository at this point in the history
  • Loading branch information
uzzu committed Feb 13, 2020
1 parent b82bf45 commit 4670365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Dotenv Gradle

[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/co/uzzu/dotenv/gradle/co.uzzu.dotenv.gradle.gradle.plugin/maven-metadata.xml.svg?colorB=007ec6&label=gradlePluginPortal)](https://plugins.gradle.org/plugin/co.uzzu.dotenv.gradle)
[![ktlint](https://img.shields.io/badge/code%20style-%E2%9D%A4-FF4081.svg)](https://ktlint.github.io/)
[![Gradle Plugin Portal](https://img.shields.io/maven-metadata/v/https/plugins.gradle.org/m2/co/uzzu/dotenv/gradle/co.uzzu.dotenv.gradle.gradle.plugin/maven-metadata.xml.svg?colorB=007ec6&label=gradlePluginPortal)](https://plugins.gradle.org/plugin/co.uzzu.dotenv.gradle)

**Provides a ( `.env`, `.env.template` ) variables into Project extension.**

Expand All @@ -11,7 +11,7 @@

Apply this plugin to root project. [See the Gradle Plugin Portal.](https://plugins.gradle.org/plugin/co.uzzu.dotenv.gradle)

Don't need to apply this plugin to subprojects. Extensions are automatically added.
Don't need to apply this plugin to subprojects.

### Create `.env` in the root directory of your gradle project

Expand Down

0 comments on commit 4670365

Please sign in to comment.