Skip to content

Commit

Permalink
docs(readme): update title
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Aug 5, 2024
1 parent 16ed353 commit 7b74685
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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.

0 comments on commit 7b74685

Please sign in to comment.