X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=README.md;h=fe960dd78afec6788ac82ad5bc957996d5f588dd;hp=f29874a7e8b3b769e8f8e5d8b8ef3a2fe2fbd30d;hb=refs%2Ftags%2Fv1.003022;hpb=0e0d2539048eade7dfa30fff6f1ad5b7e90bbf70 diff --git a/README.md b/README.md index f29874a..fe960dd 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ filename like so: system$ re.pl --rcfile myproject.pc -If the filename happens to contain a forwardslash, then it's used absolutely, +If the filename happens to contain a forward slash, then it's used absolutely, or realive to the current working directory: system$ re.pl --rcfile /path/to/my/project/repl.rc @@ -127,7 +127,7 @@ A default profile ships with `Devel::REPL`; it loads the following plugins: ## Plugins -Plugins are a way to add funcionality to the REPL shell, and take advantage of +Plugins are a way to add functionality to the REPL shell, and take advantage of `Devel::REPL` being based on the [Moose](http://search.cpan.org/perldoc?Moose) object system for Perl 5. This means it's simple to 'hook into' many steps of the R-E-P-L process. Plugins can change the way commands are interpreted, or the way their results are