diff --git a/README.md b/README.md index 627112f..4db25b4 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ This command starts a local development server and opens up a browser window. Mo yarn build ``` +This command generates static content into the `build` directory and can be served using any static contents hosting service. + ## Update Libraries ```console yarn upgrade-interactive ``` - -This command generates static content into the `build` directory and can be served using any static contents hosting service.