aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-10-04 14:48:39 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2018-10-04 14:48:39 +0200
commit01ceba3f732c853c444c53a5723aff4de3b762a5 (patch)
tree2a872794a687c2ac316455557f7868bf7d301948 /README.md
parent29b0e86089eb3ec0d4bb5811c9b723dfcf36703c (diff)
downloadperl-software-in-gnu-guix-01ceba3f732c853c444c53a5723aff4de3b762a5.tar
perl-software-in-gnu-guix-01ceba3f732c853c444c53a5723aff4de3b762a5.tar.gz
remove mention of head.js in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 20efcdf..67c9654 100644
--- a/README.md
+++ b/README.md
@@ -451,8 +451,6 @@ You can add your own extensions using the same syntax. The following properties
- **callback**: [optional] Function to execute when the script has loaded
- **condition**: [optional] Function which must return true for the script to be loaded
-To load these dependencies, reveal.js requires [head.js](http://headjs.com/) *(a script loading library)* to be loaded before reveal.js.
-
### Ready Event
A `ready` event is fired when reveal.js has loaded all non-async dependencies and is ready to start navigating. To check if reveal.js is already 'ready' you can call `Reveal.isReady()`.