diff --git a/README.md b/README.md index 6c597a9..ee4a3ad 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,24 @@ -# DruxtModule (template) +# @druxt-contrib/layout-builder -[![CI](https://github.com/druxt/module-template/actions/workflows/ci.yml/badge.svg)](https://github.com/druxt/module-template/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/druxt/module-template/branch/main/graph/badge.svg?token=TwCLJOKEjm)](https://codecov.io/gh/druxt/module-template) +[![CI](https://github.com/druxt-contrib/druxt-layout-builder/actions/workflows/ci.yml/badge.svg)](https://github.com/druxt-contrib/druxt-layout-builder/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/druxt-contrib/druxt-layout-builder/branch/main/graph/badge.svg?token=TwCLJOKEjm)](https://codecov.io/gh/druxt-contrib/druxt-layout-builder) -> This is a template for creating a DruxtJS module. +> Druxt integration with the Druxt Layout Builder. ## Links - DruxtJS: https://druxtjs.org - Community Discord server: https://discord.druxtjs.org -## Getting started - -1. **Use this template** - - Click the **Use this template** button in GitHub and follow the on-screen instructions to **Create a new repository**. - -2. **Build, dev, test, commit** - - This repository is setup with for development using the following tools: - - - [Siroc](https://github.com/unjs/siroc): `npm run build` - - [Jest](https://jestjs.io/): `npm test` - - Linting tools: `npm run lint` - - [Changesets](https://github.com/changesets/changesets): `npm run changesets` - -3. **Contribute** - - Have a module you want to share with the Druxt community? Let us know via the [Community Discord server](https://discord.druxtjs.org). - -