Nicolas FRADIN před 12 roky
rodič
revize
aebe3d9d70
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 7 7
      README.md

+ 7 - 7
README.md

@@ -34,16 +34,16 @@ Example :
 
 Required parameters :
 
-	*host:	MySQL instance host
-	*port:	MySQL instance port
-	*user:	MySQL user
-	*password: MySQL password
-	*database:	Default database where statsd table are stored
+* host:	MySQL instance host.
+* port:	MySQL instance port.
+* user:	MySQL user.
+* password: MySQL password.
+* database:	Default database where statsd table are stored.
 
 Optional parameters :
 
-	*tables:		List of tables names used (ex: ["stats", "users"])
-	*engines:	List of MySQL Backend engines (see 'MySQL Bakend Engines' chapter for more details)
+*tables:		List of tables names used (ex: ["stats", "users"]).
+*engines:	List of MySQL Backend engines (see 'MySQL Bakend Engines' chapter for more details).
 
 
 ## Introduction