Skip to content

Commit

Permalink
docs: remove tip in details (does not render)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Dec 13, 2024
1 parent f0a4622 commit 987309d
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,16 @@ return {
}
```

> [!TIP]
>
> For increased stability and less updating noise, I recommend that you track
> official releases by setting `version = "*"`. By omitting this option (or
> setting `version = false`), you will get the latest and greatest directly from
> the main branch.
>
> I do not recommend pinning to a specific version or to a major version. But
> ultimately it is up to you what you want :smile:.
>
> See the [Lazy versioning spec](https://lazy.folke.io/spec/versioning) for more
> details.
For increased stability and less updating noise, I recommend that you track
official releases by setting `version = "*"`. By omitting this option (or
setting `version = false`), you will get the latest and greatest directly from
the main branch.

I do not recommend pinning to a specific version or to a major version. But
ultimately it is up to you what you want :smile:.

See the [Lazy versioning spec](https://lazy.folke.io/spec/versioning) for more
details.

</details>

Expand Down

0 comments on commit 987309d

Please sign in to comment.