From 647421410d9a44234bda80e76ea31b5d3f865f38 Mon Sep 17 00:00:00 2001 From: Rob Brain Date: Thu, 13 Dec 2018 17:07:35 +1100 Subject: [PATCH] Made the link to issue 9 clickable Made the link to issue 9 clickable so it's more obvious what it refers to --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc4f589..e85e962 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ export default { by attaching the DOM element directly to the body. This makes clicks on a dropped element trigger away handler. To combat that, you have to add an extra check in the handler, for where the event originated from. - See #9 for an example. + See [#9](https://github.com/simplesmiler/vue-clickaway/issues/9) for an example. ## License