Showing 1 changed files with 9 additions and 6 deletions
+9 -6
README.md
... ...
@@ -29,7 +29,7 @@ All reporitories are yours. All repositories exists on **your own server**.
29 29
 
30 30
 Open source. **All free**.
31 31
 
32
-Let's try GitPrep. 
32
+Let's try GitPrep. If you like GitPrep, please share and talk about GitPrep in your community or your company.
33 33
 
34 34
 ## A. Install and run GitPrep by embdded web server
35 35
 
... ...
@@ -539,11 +539,9 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
539 539
 
540 540
 ## Internally Using Modules
541 541
 
542
-* [Config::Tiny](http://search.cpan.org/dist/Config-Tiny/lib/Config/Tiny.pm)
543
-* [DBD::SQLite](http://search.cpan.org/dist/DBD-SQLite/lib/DBD/SQLite.pm)
544
-* [DBI](http://search.cpan.org/dist/DBI/DBI.pm)
545
-* [DBIx::Connector](http://search.cpan.org/dist/DBIx-Connector/lib/DBIx/Connector.pm)
546
-* [DBIx::Custom](http://search.cpan.org/dist/DBIx-Custom/lib/DBIx/Custom.pm)
542
+GitPrep depends on the following modules, especially Mojolicious is the base of GitPrep.
543
+Thanks to Mojolicious author,[Sebastian riedel](https://twitter.com/kraih).
544
+
547 545
 * [Mojolicious](http://search.cpan.org/~sri/Mojolicious/lib/Mojolicious.pm)
548 546
 * [Mojolicious::Plugin::INIConfig](http://search.cpan.org/dist/Mojolicious-Plugin-INIConfig/lib/Mojolicious/Plugin/INIConfig.pm)
549 547
 * [Mojolicious::Plugin::AutoRoute](http://search.cpan.org/dist/Mojolicious-Plugin-AutoRoute/lib/Mojolicious/Plugin/AutoRoute.pm)
... ...
@@ -553,6 +551,11 @@ It is useful to write configuration in ***gitprep.my.conf***, not gitprep.conf.
553 551
 * [Text::Markdown::Hoedown](http://search.cpan.org/~tokuhirom/Text-Markdown-Hoedown-1.01/lib/Text/Markdown/Hoedown.pm)
554 552
 * [Validator::Custom](http://search.cpan.org/dist/Validator-Custom/lib/Validator/Custom.pm)
555 553
 * [Time::Moment](http://search.cpan.org/dist/Time-Moment/lib/Time/Moment.pod)
554
+* [Config::Tiny](http://search.cpan.org/dist/Config-Tiny/lib/Config/Tiny.pm)
555
+* [DBD::SQLite](http://search.cpan.org/dist/DBD-SQLite/lib/DBD/SQLite.pm)
556
+* [DBI](http://search.cpan.org/dist/DBI/DBI.pm)
557
+* [DBIx::Connector](http://search.cpan.org/dist/DBIx-Connector/lib/DBIx/Connector.pm)
558
+* [DBIx::Custom](http://search.cpan.org/dist/DBIx-Custom/lib/DBIx/Custom.pm)
556 559
 
557 560
 ## Sister project
558 561