aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKukielka58 <philipp_kutyla@gmx.de>2017-02-20 15:05:48 +0100
committerGitHub <noreply@github.com>2017-02-20 15:05:48 +0100
commit178ad333956c52067fd588a827e644dfeb2f3ca1 (patch)
tree15f36009cff6b9efb658214550863098575e8085 /README.md
parent040c7123bf3c8af2b2cb2e1d18d687209f58bed2 (diff)
downloadsimple-dash-fork-178ad333956c52067fd588a827e644dfeb2f3ca1.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 046e468..44e5446 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# simple-homepage
-An even simpler Homepage.
+An even simpler, fully responsive Homepage. Ideal for Desktop and mobile usage!
Based on: https://github.com/thetomester13/homepage
This project uses:
@@ -23,4 +23,4 @@ Copy the config.sample.json file and rename to config.json. Be sure to update th
### Custom Background Images
- 'custom_url' => Input a custom URL that will return proper JSON
- 'custom_url_headers' => Add any headers that may be needed to complete a cURL request to the aforementioned URL properly
-- 'custom_url_selector' => Input a proper PHP array selector to be used on the JSON received above. For example, if I were to fetch from Github's user API with a 'custom_url' of 'https://api.github.com/users/octocat', the 'custom_url_selector' would simply be "['avatar_url']". [{random}] can be replaced for a random index in an array. \ No newline at end of file
+- 'custom_url_selector' => Input a proper PHP array selector to be used on the JSON received above. For example, if I were to fetch from Github's user API with a 'custom_url' of 'https://api.github.com/users/octocat', the 'custom_url_selector' would simply be "['avatar_url']". [{random}] can be replaced for a random index in an array.