aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2019-05-30 18:08:35 +0100
committerGitHub <noreply@github.com>2019-05-30 18:08:35 +0100
commit4c79b5286733d64302751ee74078c155a8138c77 (patch)
tree3eb0b5f60b42fedcb29cc32094c58385264ffc96 /README.md
parent6dba05b00de02769148aa5ad3c28bd5c9a929522 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 12 insertions, 11 deletions
diff --git a/README.md b/README.md
index 51c549e43..fcaf7e6fa 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,6 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
Website: [https://odin-lang.org/](https://odin-lang.org/)
-## Documentation
```go
package main
@@ -60,37 +59,39 @@ main :: proc() {
```
-### [Getting Started](https://odin-lang.org/docs/install)
+## Documentation
+
+#### [Getting Started](https://odin-lang.org/docs/install)
Instructions for downloading and install the Odin compiler and libraries.
-## Learning Odin
+### Learning Odin
-### [Overview of Odin](https://odin-lang.org/docs/overview)
+#### [Overview of Odin](https://odin-lang.org/docs/overview)
An overview of the Odin programming language.
-### [Frequently Asked Questsions (FAQ)](https://odin-lang.org/docs/faq)
+#### [Frequently Asked Questsions (FAQ)](https://odin-lang.org/docs/faq)
Answers to common questsions about Odin.
-### [The Odin Wiki](https://github.com/odin-lang/Odin/wiki)
+#### [The Odin Wiki](https://github.com/odin-lang/Odin/wiki)
A wiki maintained by the Odin community.
-### [Odin Discord](https://discord.gg/sVBPHEv)
+#### [Odin Discord](https://discord.gg/sVBPHEv)
Get live support and talk with other odiners on the Odin Discord.
-## References
+### References
-### [Language Specification](https://odin-lang.org/ref/spec)
+#### [Language Specification](https://odin-lang.org/ref/spec)
The official Odin Language specification.
-## Articles
+### Articles
-### [The Odin Blog](https://odin-lang.org/blog)
+#### [The Odin Blog](https://odin-lang.org/blog)
The official blog of the Odin programming language, featuring announcements, news, and in-depth articles by the Odin team and guests.