From 90b91b67cbea8b8c983d575820f5392f44983b15 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 18 Apr 2017 17:43:44 -0700 Subject: [PATCH] Formatting. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fddb4f6..98f133e 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ val p = project { group = "com.example" artifactId = name version = "0.1" - + versionEye { - + } } ``` @@ -94,7 +94,7 @@ The values are: | :----------- | :---------------------------------------------------------------------------------------------- | :---------------------------- | | `baseUrl` | For VersionEye Enterprise VM to use your own domain, e.g. `https://versioneye.my-company.com/` | `https://www.versioneye.com/` | | `colors` | To enable (`true`) or disable (`false`) colors in the plug-in output. | `true` | -| `name` | The name of the VersionEye project, if none is specified the Kobalt project name will be used. | *none* | +| `name` | The name of the VersionEye project, if none is specified the Kobalt project name will be used. | *none* | | `quiet` | To completely disable output from the plug-in. | `false` | | `org` | The VersionEye organization, if any. | *none* | | `team` | The VersionEye team, if any. | *none* |