aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2019-03-06 13:31:16 +0100
committerGitHub <noreply@github.com>2019-03-06 13:31:16 +0100
commitfc30774ef2802fc5bbe92aebccdb4c5624734cb4 (patch)
tree809517f8111c999d27ef69663e2c5153af887973
parentc40e9819a24922dd1f16ea7b0bb809127978a21b (diff)
parentdd6f8b402c13fd1a9759de16055a8e7916b9d41c (diff)
downloadperl-software-in-gnu-guix-fc30774ef2802fc5bbe92aebccdb4c5624734cb4.tar
perl-software-in-gnu-guix-fc30774ef2802fc5bbe92aebccdb4c5624734cb4.tar.gz
Merge pull request #2339 from mikeshatch/patch-1
Fixed a couple of typos
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9f74744..5aa9770 100644
--- a/README.md
+++ b/README.md
@@ -1044,7 +1044,7 @@ Reveal.initialize({
## PDF Export
-Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome) or [Chromium](https://www.chromium.org/Home) and to be serving the presentation from a webserver.
+Presentations can be exported to PDF via a special print stylesheet. This feature requires that you use [Google Chrome](http://google.com/chrome) or [Chromium](https://www.chromium.org/Home) and to be serving the presentation from a web server.
Here's an example of an exported presentation that's been uploaded to SlideShare: http://www.slideshare.net/hakimel/revealjs-300.
### Separate pages for fragments
@@ -1354,7 +1354,7 @@ Reveal.initialize({
Read MathJax's documentation if you need [HTTPS delivery](http://docs.mathjax.org/en/latest/start.html#secure-access-to-the-cdn) or serving of [specific versions](http://docs.mathjax.org/en/latest/configuration.html#loading-mathjax-from-the-cdn) for stability.
#### MathJax in Markdown
-If you want to include math inside of a presentation written in Markdown you need to wrap the forumla in backticks. This prevents syntax conflicts between LaTeX and Markdown. For example:
+If you want to include math inside of a presentation written in Markdown you need to wrap the formula in backticks. This prevents syntax conflicts between LaTeX and Markdown. For example:
```
`$$ J(\theta_0,\theta_1) = \sum_{i=0} $$`