From 3e3233e8daf737ef103199f36c3278db2279bde6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/On-Device=20Lab=28SR=29/Staff?= =?utf8?q?=20Engineer/=EC=82=BC=EC=84=B1=EC=A0=84=EC=9E=90?= Date: Fri, 21 Jun 2019 13:19:23 +0900 Subject: [PATCH] [onnxkit] Update README.md (#3900) Now, onnxkit's README.md is compatible with Doxygen. Signed-off-by: Jonghyun Park --- contrib/onnxkit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/onnxkit/README.md b/contrib/onnxkit/README.md index 2dbbab7..d2066cf 100644 --- a/contrib/onnxkit/README.md +++ b/contrib/onnxkit/README.md @@ -1,4 +1,4 @@ -## onnxkit +# onnxkit ### Purpose @@ -58,4 +58,4 @@ nncc$ cat decoded.pbtxt | path_to_onnxkit/onnxkit encode > encoded.pb - onnx - Protobuf - cli -- stdex \ No newline at end of file +- stdex -- 2.7.4