diff --git a/README.md b/README.md index 22e94165..7c22dc27 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/www/docs/main/intro.mdx b/www/docs/main/intro.mdx index d4077259..7c61d5cf 100644 --- a/www/docs/main/intro.mdx +++ b/www/docs/main/intro.mdx @@ -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