From 4a029bc0ce09f8451bcfa6bb0c62638167caec80 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 29 Aug 2013 14:44:37 -0700 Subject: [PATCH] README.md: Fix Markdown --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 248ad75..11ad3d7 100644 --- a/README.md +++ b/README.md @@ -130,12 +130,13 @@ the boot process. On Debian and Ubuntu, this can performed by running Some machines do not like the card being disabled at shutdown. Add the next initscript (`/etc/init/bbswitch.conf`) : - description "Save power by disabling nvidia on Optimus" - author "Lekensteyn " - start on runlevel [2345] - stop on runlevel [016] - pre-start exec /sbin/modprobe bbswitch load_state=0 unload_state=1 - pre-stop exec /sbin/rmmod bbswitch + + description "Save power by disabling nvidia on Optimus" + author "Lekensteyn " + start on runlevel [2345] + stop on runlevel [016] + pre-start exec /sbin/modprobe bbswitch load_state=0 unload_state=1 + pre-stop exec /sbin/rmmod bbswitch Reporting bugs --------------