瀏覽代碼

Update README.md

gingerBill 6 年之前
父節點
當前提交
4c79b52867
共有 1 個文件被更改,包括 12 次插入11 次删除
  1. 12 11
      README.md

+ 12 - 11
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/)
 Website: [https://odin-lang.org/](https://odin-lang.org/)
 
 
-## Documentation
 ```go
 ```go
 package main
 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.
 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.
 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.
 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.
 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.
 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.
 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.
 The official blog of the Odin programming language, featuring announcements, news, and in-depth articles by the Odin team and guests.