From 6613e9b5cc90862f34744f35658d45c298d8eff7 Mon Sep 17 00:00:00 2001 From: Linaom1214 Date: Sat, 13 Aug 2022 10:47:25 +0800 Subject: [PATCH] Update README_CN.md --- README_CN.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_CN.md b/README_CN.md index 46fe962..d1e9a7b 100644 --- a/README_CN.md +++ b/README_CN.md @@ -27,7 +27,7 @@ pip install pycuda ### Python -文件 `Examples.ipynb` 中提供了详细的Demo +文件 `Examples.ipynb` 中提供了详细的Demo Jupyter Notebook ### C++ @@ -37,4 +37,4 @@ pip install pycuda cd cpp && mkdir build && build cmake .. make -``` \ No newline at end of file +```