diff --git a/README.md b/README.md index 67883ce..b7b4b3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Libby 💆🏻‍♀️ + This is an opininated TypeScript Library starter template for those looking to get started writing a TypeScript library fast. It relies heavily on the zero-low configuration that 📦 [Parcel](https://parceljs.org) provides. @@ -64,5 +66,5 @@ docs:preview # preview release I use [VitePress](https://vitepress.dev/) to write documentation for my packages. It's easy to use, comes with a great default theme, and you write your content in Markdown. -VitePress is already installed, so to get started you can use the documentation found [here](https://vitepress.dev/guide/getting-started). +VitePress is already installed, so to get started you can use the documentation found [here](https://vitepress.dev/guide/getting-started). I use the default configuration, so it should be easy to follow the guide from start to finish.