From 58f0209f58340d5c5448bbf70a4767bcb51b85fb Mon Sep 17 00:00:00 2001 From: Sourcegraph Date: Mon, 9 Jan 2023 09:06:52 +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..211e81d 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 UPDATED