From 01ee26b0f72199e57a1a8472895d66cf2e156e4e Mon Sep 17 00:00:00 2001 From: Lyra Date: Mon, 1 Jun 2026 00:32:24 -0400 Subject: [PATCH] Fix readme typos --- README.md | 9 ++------- todo.md | 1 - 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 25de3e7..0386deb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo is a collection of examples for dpp, a cpp discord library. The majority of the examples have come from [these docs](https://dpp.dev/example-programs.html). This repo more or less exists for me to learn how the library works through following the docs as well as to keep all the examples in one place for others to find and learn from. -With that all in mind, I've gone through and add comments *after* going through the doc page into the example itself. +With that all in mind, I've gone through and added comments *after* going through the doc page into the example itself. This is mostly for me to reiterate over the code to better understand it and put it into my own words, but should also serve as a fairly quick reference to how and what is going on for those wanting to learn without a bunch of reading. The docs themselves contain a lot lot more information then what I have put into comments, so if you're stuck or want to know more, make sure you check them out. @@ -97,9 +97,7 @@ A "build" and a "bin" folder. *Note: the bin folder will only exist on unix based systems (Linux, MacOS, etc)* The "build" folder will contain all of your build intermediaries. "Bin" will contain your actual executables. - -``` -``` + ``` root ├── build @@ -108,9 +106,6 @@ root │   ├── Release │   └── Relwithdeb ``` -``` -``` - ## Contributing diff --git a/todo.md b/todo.md index 3bf8bfd..7060dda 100644 --- a/todo.md +++ b/todo.md @@ -1,5 +1,4 @@ ├── 01_basics -│   ├── 02_embeds │   ├── 03_private_messages │   ├── 04_adding_files │   ├── 05_webhooks