浏览代码

Merge pull request #546 from thebirk/patch-1

Update README.md to use Odin syntax highlighting instead of Go.
gingerBill 5 年之前
父节点
当前提交
357e72654d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
 
 Website: [https://odin-lang.org/](https://odin-lang.org/)
 
-```go
+```odin
 package main
 
 import "core:fmt"