diff --git a/README.md b/README.md
index 2b3ee65..63f60f0 100644
--- a/README.md
+++ b/README.md
@@ -131,4 +131,4 @@ Give a ⭐️ if this project helped you!
### Donate to our project
If you do like our project and we hope that you do, can you please support us? Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do ;-) .
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/dmeta/__main__.py b/dmeta/__main__.py
index 7128420..af54aac 100644
--- a/dmeta/__main__.py
+++ b/dmeta/__main__.py
@@ -11,7 +11,7 @@ def main():
:return: None
"""
- tprint("dmeta")
+ tprint("DMeta")
tprint("V:" + DMETA_VERSION)
dmeta_help()
parser = argparse.ArgumentParser()
diff --git a/dmeta/functions.py b/dmeta/functions.py
index 66b5c87..822336e 100644
--- a/dmeta/functions.py
+++ b/dmeta/functions.py
@@ -151,7 +151,7 @@ def update_all(config_file_name):
def dmeta_help():
"""
- Print dmeta details.
+ Print DMeta details.
:return: None
"""
@@ -162,7 +162,7 @@ def dmeta_help():
def run_dmeta(args):
"""
- Run dmeta.
+ Run DMeta.
:param args: input arguments
:type args: argparse.Namespace
diff --git a/otherfiles/RELEASE.md b/otherfiles/RELEASE.md
index 5d37379..87e608c 100644
--- a/otherfiles/RELEASE.md
+++ b/otherfiles/RELEASE.md
@@ -1,4 +1,4 @@
-# dmeta Release Instructions
+# DMeta Release Instructions
#### Last Update: 2023-12-20
diff --git a/otherfiles/meta.yaml b/otherfiles/meta.yaml
index ff9add9..61114e2 100644
--- a/otherfiles/meta.yaml
+++ b/otherfiles/meta.yaml
@@ -1,4 +1,4 @@
-{% set name = "dmeta" %}
+{% set name = "DMeta" %}
{% set version = "0.1" %}
package: