diff --git a/readme.md b/readme.md index 3f369de..1138ef9 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ (eg. jdbc:postgresql://localhost/mydb becomes: jdbc:stat:jdbc:postgresql://localhost/mydb) ``` -Start your application and goto: http://:18080/ +Start your application and goto: http://<host app is running on>:18080/ You will see an overview of the last 2500 queries run on your database and some timing stats about them. @@ -49,4 +49,4 @@ org.h2.Driver ``` -If yours driver is not in there, make sure it's known before you connect to the database (eg Class.forName(""); ) \ No newline at end of file +If yours driver is not in there, make sure it's known before you connect to the database (eg Class.forName("<driver class name>"); ) \ No newline at end of file