diff --git a/README.md b/README.md index 88810a7..cd93b2e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ after the dependencies are installed, you have to create the db `sequel -m db/migrations sqlite://db/url_shortener.db` - to start the application with Falcon: `rackup -o {ip address} -p {port} -s falcon`