From 16a4d8c220fd305ed96e98924893beae44ff5e99 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 23 Feb 2015 01:23:45 +0100 Subject: [PATCH] Readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6dc071a..3883e77 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ curl -sS https://getcomposer.org/installer | php #### Edit *propel.yaml* * ```dsn: "mysql:host=localhost;dbname=pdns"``` - * Change *localhost* by the database server name - * Change "pdns" by the database name + * Change *localhost* with the database server name + * Change "pdns" with the database name -* Change user and password values with you pdsn database login +* Change user and password values with your pdsn database login Run `./app/propel/console config:convert` @@ -45,7 +45,7 @@ Run `./app/propel/console --recursive model:build` #### Database updates -pdns-console needs to update pdns original tables and uses 3 mores. +pdns-console needs to update pdns original tables and uses 3 more. ```shell ./app/propel/console --recursive migration:diff