From d71b250e17668ba17d80ce0ab7ad296da8c6864c Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Sun, 25 Jun 2017 16:59:26 +0200 Subject: [PATCH] java > Java --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eea8e18..b49b263 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,4 @@ merge(fileName, options) - Only works for a single package (i.e. you can't merge two packages into one bundled file). - Assumes all files have only one class/enum/interface in it (not counting inner classes). -Note that this is not meant for production code. It's originally made to merge java bot code in [CodinGame](https://www.codingame.com/) contests. +Note that this is not meant for production code. It's originally made to merge Java bot code in [CodinGame](https://www.codingame.com/) contests.