From 5702038c0655cf77a15269601e4a21f4a7f66323 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 10 Nov 2019 03:40:44 +0000 Subject: [PATCH] Fixed markdown in README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad108d6..44e29a0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,13 @@ -get-licensed -============ +# get-licensed + A Perl tool to add license stubs to source code files -Dependencies ------------- +## Dependencies * Pluggable Perl module: To install on Debian, use the following: + ``` % apt install libmodule-pluggable-perl + ```