removed an extra line in README

pull/10/head
Adam Townsend 2023-10-02 14:51:58 -07:00
parent b90b400864
commit d0c0ad5c16
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ after the dependencies are installed, you have to create the db
`sequel -m db/migrations sqlite://db/url_shortener.db` `sequel -m db/migrations sqlite://db/url_shortener.db`
to start the application with Falcon: to start the application with Falcon:
`rackup -o {ip address} -p {port} -s falcon` `rackup -o {ip address} -p {port} -s falcon`