diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b298324..5e37a015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Each changelog entr item (Added, Changed, Depreciated, Removed, Fixed, Security). ## [2025.01] -- Added: Node service to Lando so FE assets can be build automatically on start up. +- Added: Node service to Lando so FE assets can be built automatically on start up. - Updated: project start up scripts to automatically generate the correct contents of the lcoal config files. - Updated: script to install WordPress so we can use a version constant and not install WP every time composer is installed or updated. diff --git a/README.md b/README.md index 302ee02a..40868034 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ maintained by the folks at [Modern Tribe](https://tri.be). That should be it! After Lando starts the first time, it will automatically create the necessary local config files for the project. Additionally, each time Lando starts it will automatically run `composer install` and -`npm install && npm run build` make sure all the project dependencies are installed and the theme assets have been +`npm install && npm run build` to make sure all the project dependencies are installed and the theme assets have been built. ## Documentation