diff --git a/README.md b/README.md
index f1731523..a872008d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
-

+

-
PageTop
+
PageTop
- [](#license)
- [](https://docs.rs/pagetop)
- [](https://crates.io/crates/pagetop)
- [](https://crates.io/crates/pagetop)
+[](#-license)
+[](https://docs.rs/pagetop)
+[](https://crates.io/crates/pagetop)
+[](https://crates.io/crates/pagetop)
diff --git a/config/common.toml b/config/common.toml
new file mode 100644
index 00000000..a652d145
--- /dev/null
+++ b/config/common.toml
@@ -0,0 +1,2 @@
+[app]
+name = "Samples"
diff --git a/src/config.rs b/src/config.rs
index f3c60b07..e88a1669 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -215,7 +215,7 @@ pub struct App {
/// Por defecto: *"PageTop App"*.
pub name: String,
/// Una descripción breve de la aplicación.
- /// Por defecto: *"Developed with the awesome PageTop framework."*.
+ /// Por defecto: *"Developed with the amazing PageTop framework."*.
pub description: String,
/// Tema predeterminado.
/// Por defecto: *"Default"*.
@@ -319,7 +319,7 @@ pub struct Server {
default_settings!(
// [app]
"app.name" => "PageTop App",
- "app.description" => "Developed with the awesome PageTop framework.",
+ "app.description" => "Developed with the amazing PageTop framework.",
"app.theme" => "Default",
"app.language" => "en-US",
"app.direction" => "ltr",