aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-02-08 17:24:10 -0800
committerFuwn <[email protected]>2025-06-09 00:42:13 -0700
commit78988b98cdd9bf02371c07a971c54062eb8b222b (patch)
tree1961972f358f84554bf5c6354a29de2928c375b1
parentfeat(init): release init :star: (diff)
downloadinit-78988b98cdd9bf02371c07a971c54062eb8b222b.tar.xz
init-78988b98cdd9bf02371c07a971c54062eb8b222b.zip
fix: package not project
-rw-r--r--Divina.lua2
-rw-r--r--README.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/Divina.lua b/Divina.lua
index 30a84b9..8a889ba 100644
--- a/Divina.lua
+++ b/Divina.lua
@@ -9,7 +9,7 @@
Package = {
name = "change_me",
version = "0.1.0",
- description = "A default Divina project that you can extend!",
+ description = "A default Divina package that you can extend!",
compile_options = {},
minimum_divina_version = Divina.version,
sources = {
diff --git a/README.rst b/README.rst
index db8529a..e02e1fb 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
:code:`change-me`
=================
-A default Divina project that you can extend!
+A default Divina package that you can extend!
License
~~~~~~~