Updated all titles

Removed redudnant titles
Jim McKenna
2018-06-23 20:31:15 -04:00
parent 78b21ee61b
commit 4d82f9304d
4 changed files with 5 additions and 4 deletions

1
FAQ.md

@@ -1,4 +1,3 @@
## FAQ
1. What screens are supported? 1. What screens are supported?
PADD has only been "officially" tested on a 3.5" PiTFT display. It also works on any terminal emulator (Terminal.app, iTerm, PuTTY, etc.). It has also been in use by other users on several other third-party displays. PADD has only been "officially" tested on a 3.5" PiTFT display. It also works on any terminal emulator (Terminal.app, iTerm, PuTTY, etc.). It has also been in use by other users on several other third-party displays.

@@ -1,5 +1,3 @@
# PADD
PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with [Pi-Hole](https://pi-hole.net). PADD provides in-depth information about your Pi-hole. PADD (formerly Chronometer2) is a more expansive version of the original chronometer.sh that is included with [Pi-Hole](https://pi-hole.net). PADD provides in-depth information about your Pi-hole.
PADD is optimized for a 60x22 character display: PADD is optimized for a 60x22 character display:

@@ -1,4 +1,3 @@
# Setup
To setup PADD with a PiTFT+ screen: To setup PADD with a PiTFT+ screen:
## Setup Your Pi ## Setup Your Pi

@@ -0,0 +1,5 @@
- To update PADD, just run
```bash
cd ~
wget -N https://raw.githubusercontent.com/jpmck/PADD/master/padd.sh
```