Fix readme typos
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user