From 59f676b67add9a355dde9a81ea45341b93226911 Mon Sep 17 00:00:00 2001 From: Mehdi <9340937+meduzen@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:56:22 +0200 Subject: [PATCH 1/2] Improve documentation for multiple fallback values Closes #8. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4675938..1e698bf 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ html { } ``` -(If you need the last parameter to not be a fallback value, replace it by `null` .) +Notes: +- if you need the last parameter to not be a fallback value, replace it by `null`; +- if you need [more parameters to not be fallback values](https://github.com/meduzen/v-helper/issues/8), don’t use `v()`. ## Edge cases @@ -119,6 +121,8 @@ Another example, with three dashes: } ``` +### + ## Changelog See [releases](https://github.com/meduzen/v-helper/releases). From 497cd1f352702561fd92b9bc1d2404b3e4f6675d Mon Sep 17 00:00:00 2001 From: Mehdi <9340937+meduzen@users.noreply.github.com> Date: Thu, 21 Oct 2021 19:57:31 +0200 Subject: [PATCH 2/2] Remove unwanted characters in documentation --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1e698bf..a3abf12 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,6 @@ Another example, with three dashes: } ``` -### - ## Changelog See [releases](https://github.com/meduzen/v-helper/releases).