diff --git a/README.md b/README.md index 78a5f41..184a4ed 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Follow these steps to create your new Starlight theme. - [ ] Add your theme name/description/logos to the docs in [apps/docs/astro.config.ts](apps/docs/astro.config.ts). - [ ] Add your custom styles to [packages/theme/styles/theme.css](packages/theme/styles/theme.css). - [ ] Take a fancy screenshot of your theme and place it in [assets/preview.png](assets/preview.png) -- [ ] Deploy the docs to you favorite hosting provider. - [ ] Add an `NPM_TOKEN` env variable to your GitHub repo. +- [ ] Deploy the docs to you favorite hosting provider. - [ ] Run `pnpm changeset` and give your project a major bump for an initial release. - [ ] Push/merge to main, and publish a release by merging the changeset PR. - [ ] Delete this file, and run `ln -s packages/theme/README.md README2.md` to create a symlink to your package README, and share your theme with the world!