diff --git a/book.toml b/book.toml index ecd4e66..34db560 100644 --- a/book.toml +++ b/book.toml @@ -3,4 +3,4 @@ authors = ["Adithya Nair"] language = "en" multilingual = false src = "src" -title = "Wiki" +title = "My Brain Dump" diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 7390c82..7fb5094 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,3 @@ # Summary -- [Chapter 1](./chapter_1.md) +- [Hello, World!](./hello.md) diff --git a/src/chapter_1.md b/src/hello.md similarity index 100% rename from src/chapter_1.md rename to src/hello.md