Skip to content

Commit

Permalink
feature(#2290): Updating README for following one-line format
Browse files Browse the repository at this point in the history
  • Loading branch information
jcagarcia committed Nov 19, 2023
1 parent e34ad62 commit 6c7003a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1242,9 +1242,7 @@ params do
end
```

You can use the value of one parameter as the default value of some other parameter. In this
case, if the `primary_color` parameter is not provided, it will have the same value as the `color`
one. If both of them not provided, both of them will have `blue` value.
You can use the value of one parameter as the default value of some other parameter. In this case, if the `primary_color` parameter is not provided, it will have the same value as the `color` one. If both of them not provided, both of them will have `blue` value.

```ruby
params do
Expand Down

0 comments on commit 6c7003a

Please sign in to comment.