From 63b60ff78c6f853c4aa098d36a2d512eb1ee3a2f Mon Sep 17 00:00:00 2001 From: Darren Cooney Date: Wed, 30 Aug 2023 10:39:01 -0400 Subject: [PATCH] Readme update --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 38c7d9a..b1f254e 100644 --- a/README.md +++ b/README.md @@ -30,19 +30,19 @@ npm run start From the project directory, you can run the following scripts with `npm` or `yarn`. -| Script | Usage | -|---------------------- |------------------------------------------------------------------------------------------------------------------------------- | -| `npm run start` | Runs the demo app in development mode @ [http://localhost:3000](http://localhost:3000). | -| `npm run build` | Builds a production version of the package to the `dist` directory with [Microbundle](https://github.com/developit/microbundle). | -| `npm run build:docs` | Builds the demo app to the `docs` directory for deployment to [Github Pages](https://pages.github.com/). | +| Script | Usage | +|----------------------: |------------------------------------------------------------------------------------------------------------------------------- | +| `npm run start` | Runs the demo app in development mode @ [http://localhost:3000](http://localhost:3000). | +| `npm run build` | Builds a production version of the package to the `dist` directory with [Microbundle](https://github.com/developit/microbundle). | +| `npm run build:docs` | Builds the demo app to the `docs` directory for deployment to [Github Pages](https://pages.github.com/). | ## Project Directory Structure -| Folder | Description | -|----------- |--------------------------- | -| `src` | Demo app source files. | -| `src/lib` | All package source files. | -| `public` | Local website frontend. | +| Folder | Description | +|-----------: |--------------------------- | +| `src` | Demo app source files. | +| `src/lib` | All package source files. | +| `public` | Local website frontend. | ## Getting Started