diff --git a/README.md b/README.md index 42298b2..6abcec7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Install them using `cpan` or however else you get your Perl modules. Once the proper modules are installed, clone this repository to wherever you want Dexter to reside. For me on my OpenBSD web server, that's `/var/www/cgi-bin/`. -After that, Dexter can be ran under any web server as a CGI or PSGI app, or via Mojolicious' builtin `morbo` and `hypnotoad` servers. See `examples/openbsd/etc/` for the configuration files that I use on my OpenBSD web server to connect Dexter with `httpd`. +After that, Dexter can be ran under any web server as a CGI or PSGI app, or via Mojolicious' builtin `morbo` and `hypnotoad` servers. See `examples/openbsd/etc/dexter/` for the configuration files that I use on my OpenBSD web server to connect Dexter with `httpd`. ## Configuration Configuration is done by modifying the constant variables in `dexter.pl`.