From bfbd2c4e320313fc4e9669dab1f3f569bf4b9966 Mon Sep 17 00:00:00 2001 From: dschmenk Date: Mon, 27 May 2013 16:29:16 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58dd36f..f537c41 100755 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Installing and configuring the Raspberry Pi: Download the a2pid.c to your Raspb T0:23:respawn:/sbin/getty -L ttyAMA0 115200 vt100 -To adjust the NTSC output so it fits nicely on my //c monitor, I adjusted the setting in /boot/config.txt such that: +To adjust the NTSC output so it fits nicely on my //c monitor, I edited the setting in /boot/config.txt such that: overscan_left=26 @@ -38,7 +38,7 @@ To run the a2pid daemon automatically at boot time, edit /etc/rc.local and add: a2pid --daemon -right beforw the line: +right before the line: exit 0