diff options
author | Lioman <dev@lioman.de> | 2017-03-15 10:02:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 10:02:41 +0100 |
commit | 6982eabc4ab6a9683830608d523574ec7d88a73b (patch) | |
tree | e30e3c3029b32d02a8e4c317e8b9fef84986e33e | |
parent | ef412e6bd0a9e0e93bb3ae377725b41c63d49a49 (diff) | |
download | pelican-themes-6982eabc4ab6a9683830608d523574ec7d88a73b.tar.gz |
fix typo in README
-rw-r--r-- | pelican-bootstrap3/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/README.md b/pelican-bootstrap3/README.md index cc068fc..3f01784 100644 --- a/pelican-bootstrap3/README.md +++ b/pelican-bootstrap3/README.md @@ -326,7 +326,7 @@ As an alternative, you may use [Shariff](https://github.com/heiseonline/shariff) * To customize the social media buttons, set * `SHARIFF_BACKEND_URL` (see [Shariff Backends](https://github.com/heiseonline/shariff#backends)) * `SHARIFF_LANG` (`de` (default), `en` or `fr`) - * `SHARIFF_ORIENTATION` (`horizontal` (defualt) or `vertical`) + * `SHARIFF_ORIENTATION` (`horizontal` (default) or `vertical`) * `SHARIFF_SERVICES` (default: `["facebook","googleplus"]`) * `SHARIFF_THEME` (`standard` or `gray`) * `SHARIFF_TWITTER_VIA` (`True`/`False`, uses `TWITTER_USERNAME`) |