From cc2eb72c40030ef746c054ca90fe97e56102cfeb Mon Sep 17 00:00:00 2001 From: jonnyboy Date: Sun, 13 Jan 2013 15:03:40 -0800 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d24998e4d..f7049b1e6 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ * Please backup your database first. Something like this should do it. - ```bash - mysqldump --opt -u root -p newznab > ~/newznab_backup.sql - +```bash +mysqldump --opt -u root -p newznab > ~/newznab_backup.sql +``` * The first step is to decide whether or not you will convert your database to the InnoDB engine. The InnoDB has a lot of benefits, too many to list here, but more ram is required. How much exactly, depends on too many things to list here.