From 939e4bb611625a0ad4cde1a7bfad6f7329b2438e Mon Sep 17 00:00:00 2001 From: Stephan Harbauer <1326049+AquaGenLive@users.noreply.github.com> Date: Sat, 24 Apr 2021 11:01:03 +0200 Subject: [PATCH] Update README with new link to introjs options code --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ace8e6..e382252 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,7 @@ If for some reasons you need to use the [Intro.js API](http://introjs.com/docs/) ## Intro.js options -You can find more details regarding Intro.js options and their default values in [the documentation](http://introjs.com/docs/) or directly in [their code](https://github.com/usablica/intro.js/blob/master/intro.js#L32). +You can find more details regarding Intro.js options and their default values in [the documentation](http://introjs.com/docs/) or directly in [their code](https://github.com/usablica/intro.js/blob/31f7def834664efb26b964f0a2a03444ef29a32c/src/index.js#L34). The wrapper overrides some Intro.js default options in the `helpers/defaultProps.js` file.