From 5221f8ceb07c8f39ab11dbc399d21a266c4587fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vin=C3=ADcius=20Louren=C3=A7o?= Date: Sat, 1 Jul 2023 00:22:15 -0300 Subject: [PATCH] docs(readme & intro): fixed typo issue with breaking change and pin --- README.md | 4 ++-- www/docs/main/intro.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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