diff --git a/README.md b/README.md
index 86ae09e..fbfb42a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
- Croct Content
+ CMS Content
Dynamically generated content module.
@@ -22,10 +22,10 @@
## Introduction
-This package provides content dynamically generated by the [Croct CLI](https://docs.croct.com/reference/cli/quickstart) for your application.
+This package provides static content generated by the [Croct CLI](https://docs.croct.com/reference/cli/quickstart) for your application.
> [!IMPORTANT]
-> This package is intentionally empty and relies on the Croct CLI to dynamically generate and populate its contents.
+> This package is intentionally empty and relies on the Croct CLI to populate its contents.
## Documentation
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..65011ad
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,13 @@
+{
+ "name": "@croct/content",
+ "version": "0.0.0-dev",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "@croct/content",
+ "version": "0.0.0-dev",
+ "license": "MIT"
+ }
+ }
+}
diff --git a/package.json b/package.json
index 9d44a44..8ed1229 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@croct/content",
"version": "0.0.0-dev",
- "description": "A brief description about the project.",
+ "description": "Dynamically generated content module.",
"author": {
"name": "Croct",
"email": "lib+content-js@croct.com",