diff --git a/README.md b/README.md index 935454b..a344aa6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Nova logo

- A filesystem-based web framework for Luau runtimes, with out-of-the-box support for Lute, Lune and Zune. + A convention-driven, runtime-agnostic web framework for Luau.

Pesde Package Nova Documentation diff --git a/pesde.lock b/pesde.lock index ff8cfec..b996aed 100644 --- a/pesde.lock +++ b/pesde.lock @@ -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" diff --git a/pesde.toml b/pesde.toml index 5e84ccd..f598d9d 100644 --- a/pesde.toml +++ b/pesde.toml @@ -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"