Update README.md

This commit is contained in:
dschmenk 2013-05-27 16:29:16 -06:00
parent 06e4b5488a
commit bfbd2c4e32
1 changed files with 2 additions and 2 deletions

View File

@ -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
</code>
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:
<code>
overscan_left=26
@ -38,7 +38,7 @@ To run the a2pid daemon automatically at boot time, edit /etc/rc.local and add:
a2pid --daemon
</code>
right beforw the line:
right before the line:
<code>
exit 0