Skip to content

Commit

Permalink
docs: fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
sphamba committed Dec 4, 2024
1 parent 34f10a5 commit 826b6d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,11 @@ As an example of further configuration, you can tune the smear dynamics to be sn
> ```lua
> opts = {
> cursor_color = "#ff8800",
> stiffness = 0.6,
> stiffness = 0.3,
> trailing_stiffness = 0.1,
> trailing_exponent = 5,
> trailing_exponent = 3,
> gamma = 1,
> volume_reduction_exponent = -0.1,
> }
> ```
Expand Down

0 comments on commit 826b6d2

Please sign in to comment.