Skip to content

Commit

Permalink
docs(readme & intro): fixed typo issue with breaking change and pin
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jul 1, 2023
1 parent b1deea9 commit 5221f8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ See how to use this library [here](https://viniciusl.com.br/serverless-adapter/d

# Breaking Changes

I will not consider updating/breaking compatibility of a NodeJS framework as a significant change,
I will not consider updating/breaking compatibility of a NodeJS framework as a breaking change,
because I had a lot of supported frameworks and if I created a major version for each one it would be a mess.

So if you want predictability, fix the version with `~` instead of `^`.
So if you want predictability, pin the version with `~` instead of `^`.

# Examples

Expand Down
4 changes: 2 additions & 2 deletions www/docs/main/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ PR just to extend the library's functionality :)

## Breaking Changes

I will not consider updating/breaking compatibility of a NodeJS framework as a significant change,
I will not consider updating/breaking compatibility of a NodeJS framework as a breaking change,
because I had a lot of supported frameworks and if I created a major version for each one it would be a mess.

So if you want predictability, fix the version with `~` instead of `^`.
So if you want predictability, pin the version with `~` instead of `^`.

## Credits

Expand Down

0 comments on commit 5221f8c

Please sign in to comment.