From 141ae19126b66c143fc7d9cc3e0a29d3a9009215 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 28 Feb 2014 12:18:26 -0800 Subject: [PATCH] PsySh -> PsySH :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd9668..28888df 100644 --- a/README.md +++ b/README.md @@ -371,7 +371,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. *Libraries for building command line utilities.* * [Boris](https://github.com/d11wtq/boris) - A tiny PHP REPL. -* [PsySh](https://github.com/bobthecow/psysh) - Another PHP REPL. +* [PsySH](https://github.com/bobthecow/psysh) - Another PHP REPL. * [GetOpt](https://github.com/ulrichsg/getopt-php) - A command line opt parser. * [OptParse](https://github.com/CHH/optparse) - Another command line opt parser. * [Commando](https://github.com/nategood/commando) - Another simple command line opt parser.