From c76da04e7e80a02084d2adb3e7ab172b75fac843 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Tue, 23 Apr 2019 20:29:07 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebc71b9..a5f63e4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Args4c [![Build Status](https://travis-ci.org/aaronp/args4c.svg?branch=master)](https://travis-ci.org/aaronp/args4c) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.aaronp/args4c_2.12/badge.png)](https://maven-badges.herokuapp.com/maven-central/com.github.aaronp/args4c_2.12) [![Coverage Status](https://coveralls.io/repos/github/aaronp/args4c/badge.svg?branch=master)](https://coveralls.io/github/aaronp/args4c?branch=master) -[![Scaladoc](https://javadoc-badge.appspot.com/com.github.aaronp/args4c_2.12.svg?label=scaladoc)](https://javadoc-badge.appspot.com/com.github.aaronp/args4c_2.12) +[![Scaladoc](https://javadoc-badge.appspot.com/com.github.aaronp/args4c_2.12.svg?label=scaladoc)](https://javadoc-badge.appspot.com/com.github.aaronp/args4c_2.12) [![Join the chat at https://gitter.im/args4c/community](https://badges.gitter.im/args4c/community.svg)](https://gitter.im/args4c/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) An "arguments for config" zero-dependency* utility to aid in producing a [lightbend (typesafe) config](https://github.com/lightbend/config) from command-line arguments, as well as some convenience methods for working with configurations such as: