diff --git a/README.md b/README.md index 3dbbecc..a2011a3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,6 @@ MIT license Dependencies --- -**Writing** uses [Pagedown](https://code.google.com/archive/p/pagedown/), [Pagedown Extra](https://github.com/jmcmanus/pagedown-extra), [MathJax](https://www.mathjax.org/), StackOverflow's [editor code](https://gist.github.com/gdalgas/a652bce3a173ddc59f66), and the [Computer Modern](http://cm-unicode.sourceforge.net/) font. +**Writing** uses [Pagedown](https://code.google.com/archive/p/pagedown/), [Pagedown Extra](https://github.com/jmcmanus/pagedown-extra), [MathJax](https://www.mathjax.org/), StackOverflow's [editor code](https://gist.github.com/gdalgas/a652bce3a173ddc59f66), [jquery.scrollSync](http://trunk.xtf.dk/Project/ScrollSync/) and the [Computer Modern](http://cm-unicode.sourceforge.net/) font. *Note: Some of these libraries have been slightly modified (a few lines of code), to make it work all together, that's why they are included in this package.* diff --git a/index.html b/index.html index e9afc6c..c990204 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ # Pagedown Extra (https://github.com/jmcmanus/pagedown-extra) # MathJax (https://www.mathjax.org/) # StackOverflow's editor (https://gist.github.com/gdalgas/a652bce3a173ddc59f66) +# jquery.scrollSync (http://trunk.xtf.dk/Project/ScrollSync/) # --> @@ -88,6 +89,7 @@ +
@@ -137,11 +139,29 @@ ----- Made by @JosephErnest https://github.com/josephernest/writing -Uses Pagedown, Pagedown Extra, MathJax, StackOverflow's editor code and the Computer Modern font. +Uses Pagedown, Pagedown Extra, MathJax, StackOverflow's editor code, jquery.scrollSync and the Computer Modern font.