From ccb018aa99b6d2ab8054a7626aa649d0ab47aff0 Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Mon, 10 Oct 2022 07:01:58 +0000 Subject: [PATCH] Append Hello World to all README.md files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 55e185e..ff3a5fd 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,4 @@ Contains the following modules, * serviceregistry Depends on [test-java-lib](https://github.com/sourcegraph-testing/test-java-lib) to show a dependency on another library. +Hello World 2