Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j13z committed Aug 3, 2017
1 parent 68bf230 commit 325cb9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A [reveal.js](https://github.com/hakimel/reveal.js) plugin that renders mathemat

## Plugin setup

1. Download the latest release ([tar.gz](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.4.0/reveal.js-math-katex-0.4.0.tar.gz) or [zip](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.4.0/reveal.js-math-katex-0.4.0.zip)) and extract it into the `plugin` directory of your reveal.js presentation.
1. Download the latest release ([tar.gz](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.5.0/reveal.js-math-katex-0.5.0.tar.gz) or [zip](https://github.com/j13z/reveal.js-math-katex-plugin/releases/download/v0.5.0/reveal.js-math-katex-0.5.0.zip)) and extract it into the `plugin` directory of your reveal.js presentation.

2. Tell reveal.js to use the plugin:

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reveal.js-math-katex-plugin",
"private": true,
"version": "0.4.0",
"version": "0.5.0",
"description": "reveal.js plugin that renders mathematical formulas using KaTeX",
"scripts": {
"test": "./node_modules/.bin/mocha-phantomjs test/test-runner.html"
Expand Down

0 comments on commit 325cb9c

Please sign in to comment.