From ee18e09c9af551900b7d44833b0876d0107893ee Mon Sep 17 00:00:00 2001 From: Michael Clemens Date: Sat, 26 Jan 2013 20:10:08 +0100 Subject: [PATCH] edited README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f795b..9e7984a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ mysql> quit * Import the default tsmmonitor database (e.g. with MySQL):
shell> mysql --user=root --password tsmmonitor < scripts/tsmmonitor.sql
-Verify the database was successfully imported (e.g. with MySQL): +* Verify the database was successfully imported (e.g. with MySQL):
shell> mysql --user=root --password tsmmonitor
 mysql> SHOW TABLES;