From eede2780e0141f8b489c0a9895a16433e6235b88 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 23 May 2020 09:03:37 +0200 Subject: [PATCH] fix refs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 308e6c5..77060da 100644 --- a/README.md +++ b/README.md @@ -35,5 +35,5 @@ Command for regeneration of Python code from proto3 message definition file (onl ## References -Proto3 documentation: https://developers.google.com/protocol-buffers/docs/pythontutorial -Template code: https://github.com/beemdevelopment/Aegis/pull/406 +* Proto3 documentation: https://developers.google.com/protocol-buffers/docs/pythontutorial +* Template code: https://github.com/beemdevelopment/Aegis/pull/406