Commit Diff


commit - 29a69fe0590993b3de279f22651c45f9f4b56974
commit + a6962af1d4bb8effac2f6374d926627f246b4230
blob - 137b9f646b82b0797013ff5756dc367c75a87f7b
blob + f484179fc322dc7e35090cc615301d3544cd52cc
--- README.md
+++ README.md
@@ -1,3 +1,4 @@
+
 # KP
 KISSmo perl version
 
@@ -14,7 +15,9 @@ Before running the code, you need to install the requi
 or
 
 `cpan install Mojolicious::Lite` 
+
 `cpan install DBI` 
+
 `cpan install File::Slurp`
 
 This command uses the `cpanm` tool to install the necessary modules (`Mojolicious`, `DBI`, and `File::Slurp`). If you don't have `cpanm` installed, you can install it by running `cpan App::cpanminus`.