소스 검색

formatting fix

leonsal 8 년 전
부모
커밋
55f045a78f
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      README.md

+ 5 - 2
README.md

@@ -140,8 +140,11 @@ func main() {
 
 # Documentation
 
-For the engine API reference, please see use
-[![GoDoc](https://godoc.org/github.com/g3n/engine?status.svg)](https://godoc.org/github.com/g3n/engine)
+For the engine API reference, please use
+[![GoDoc](https://godoc.org/github.com/g3n/engine?status.svg)](https://godoc.org/github.com/g3n/engine).
+We intend to add a user guide in the future.
+Currently the best way to learn how to use the engine is to see the source code
+of the demos from [G3ND](https://github.com/g3n/g3nd).
 
 # Contributing