diff --git a/readme.md b/readme.md index d26559a..210e601 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,6 @@ Set Up: mysql cellar -uroot < cellar.sql 3. Deploy the webapp included in this repository. -4. Open api/index.php. In the getConnection() function at the bottom of the page, make sure the connection parameters match your database configuration. -5. Open main.js and make sure the rootURL variable matches your deployment configuration. -6. Access the application in your browser. For example: http://localhost/cellar. \ No newline at end of file +4. Open `api/index.php`. In the getConnection() function at the bottom of the page, make sure the connection parameters match your database configuration. +5. Open `js/main.js` and make sure the rootURL variable matches your deployment configuration. +6. Access the application in your browser. For example: http://localhost/cellar.