Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img height="150" src="./docs/public/nova.png" alt="Nova logo">
</h1>
<h3>
A filesystem-based web framework for Luau runtimes, with out-of-the-box support for <a href="https://lute.luau.org/" alt="Lute Runtime">Lute</a>, <a href="https://lune-org.github.io/docs/" alt="Lune Runtime">Lune</a> and <a href="https://zune.sh/" alt="Zune Runtime">Zune</a>.
A convention-driven, runtime-agnostic web framework for Luau.
</h3>
<a href="https://pesde.dev/packages/bizwiz3/nova"><img alt="Pesde Package" src="https://img.shields.io/badge/pesde-bizwiz3/nova-F19D1E?style=for-the-badge&labelColor=000"></a>
<a href="https://nova-guild.github.io/nova/"><img alt="Nova Documentation" src="https://img.shields.io/badge/nova-documentation-8B5CF6?style=for-the-badge&labelColor=000"></a>
Expand Down
2 changes: 1 addition & 1 deletion pesde.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is automatically @generated by pesde.
# It is not intended for manual editing.
format = 2
name = "novalab/nova_core"
name = "nova/core"
version = "0.6.0"
target = "luau"
4 changes: 2 additions & 2 deletions pesde.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "nova/nova_core"
name = "nova/core"
version = "0.6.0"
description = "A convention-driven, runtime-agnostic web framework for the Luau ecosystem."
description = "A convention-driven, runtime-agnostic web framework for Luau."
authors = ["Hypernova Lab (https://github.com/hypernova-lab)"]
license = "MIT"
repository = "https://github.com/hypernova-lab/nova"
Expand Down
Loading