Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: corrected punctuation and refs #1002

Merged
merged 1 commit into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ You can find more examples in our [example page](https://dpp.dev/example-program

The library runs ideally on **Linux**.

### Mac OS X and FreeBSD and OpenBSD
### Mac OS X, FreeBSD, and OpenBSD

The library is well-functional and stable on **Mac OS X**, **FreeBSD**, and **OpenBSD** too.
The library is well-functional and stable on **Mac OS X**, **FreeBSD**, and **OpenBSD** too!

### Raspberry Pi

Expand Down
12 changes: 6 additions & 6 deletions docpages/INDEX.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ You can find further releases in other architectures and formats or the source c
### Linux
The library runs ideally on **Linux**.

### Mac OS X and FreeBSD
The library is well-functional and stable on **Mac OS X** and **FreeBSD** too.
### Mac OS X, FreeBSD, and OpenBSD
braindigitalis marked this conversation as resolved.
Show resolved Hide resolved
The library is well-functional and stable on **Mac OS X**, **FreeBSD**, and **OpenBSD** too!

### Raspberry Pi
For running your bot on a **Raspberry Pi**, we offer a prebuilt .deb package for ARM64, ARM6, and ARM7 so that you do not have to wait for it to compile.
Expand All @@ -63,10 +63,10 @@ The library should work fine on other operating systems as well, and if you run
## Getting started
* [GitHub Repository](https://github.com/brainboxdotcc/DPP)
* [Discord Server](https://discord.gg/dpp)
* \ref frequently-asked-questions "Frequently Asked Questions"
* \ref installing "Installing D++"
* \ref example-programs "Example Programs"
* \ref glossary-of-common-discord-terms "Commonly used terms"
* \ref frequently-asked-questions
* \ref installing
* \ref example-programs
* \ref glossary-of-common-discord-terms

## Architecture
* \ref clusters-shards-guilds
Expand Down