diff --git a/README.md b/README.md index 6e22481..738dba1 100644 --- a/README.md +++ b/README.md @@ -40,11 +40,12 @@ For the most up to date information on [UI development browser support](https:// ## Install - + [![Build Status](https://img.shields.io/github/actions/workflow/status/AlaskaAirlines/auro-banner/testPublish.yml?style=for-the-badge)](https://github.com/AlaskaAirlines/auro-banner/actions/workflows/testPublish.yml) [![See it on NPM!](https://img.shields.io/npm/v/@aurodesignsystem/auro-banner?style=for-the-badge&color=orange)](https://www.npmjs.com/package/@aurodesignsystem/auro-banner) [![License](https://img.shields.io/npm/l/@aurodesignsystem/auro-banner?color=blue&style=for-the-badge)](https://www.apache.org/licenses/LICENSE-2.0) - +![ESM supported](https://img.shields.io/badge/ESM-compatible-FFE900?style=for-the-badge) + ```shell $ npm i @aurodesignsystem/auro-banner ``` diff --git a/scripts/generateDocs.mjs b/scripts/generateDocs.mjs index a41c194..825800d 100644 --- a/scripts/generateDocs.mjs +++ b/scripts/generateDocs.mjs @@ -5,7 +5,7 @@ import https from 'https'; const __dirname = new URL('.', import.meta.url).pathname; -const readmeTemplateUrl = 'https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README.md'; +const readmeTemplateUrl = 'https://raw.githubusercontent.com/AlaskaAirlines/WC-Generator/master/componentDocs/README_esm.md'; const dirDocTemplates = './docTemplates'; const readmeFilePath = dirDocTemplates + '/README.md';