scottcorgan / pushstate-server

Static file server that works with HTML5 Pushstate.
421 stars 35 forks source link

Update README #85

Closed Begi closed 5 years ago

Begi commented 5 years ago

The last version change the way to take arguments in CLI.

usage: pushstate-server [directory] [port] [file]

to

usage: pushstate-server [-d directory] [-p port] [-f file]