Skip to content

Commit

Permalink
Improve documentation for multiple fallback values
Browse files Browse the repository at this point in the history
Closes #8.
  • Loading branch information
meduzen authored Oct 21, 2021
1 parent 248be1a commit 59f676b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -119,6 +121,8 @@ Another example, with three dashes:
}
```

###

## Changelog

See [releases](https://github.com/meduzen/v-helper/releases).
Expand Down

0 comments on commit 59f676b

Please sign in to comment.