Browse Source

Spelling fix: README.md ever->server, urtils->utils

rainyan 5 years ago
parent
commit
8a0dd53b17
2 changed files with 4 additions and 4 deletions
  1. 2 2
      README-zh_CN.md
  2. 2 2
      README.md

+ 2 - 2
README-zh_CN.md

@@ -140,7 +140,7 @@ go run main.go;
 ## 4. 项目目录
 
 ```
-    ├─erver  	    (后端文件夹)
+    ├─server  	     (后端文件夹)
     │  ├─api            (API)
     │  ├─config         (配置包)
     │  ├─core  	        (內核)
@@ -152,7 +152,7 @@ go run main.go;
     │  ├─model          (结构体层)
     │  ├─resource       (资源)
     │  ├─router         (路由)
-    │  └─urtils	        (公共功能)
+    │  └─utils	        (公共功能)
     └─web            (前端文件)
         ├─public        (发布模板)
         └─src           (源码包)

+ 2 - 2
README.md

@@ -138,7 +138,7 @@ go run main.go;
 ## 4. Project layout
 
 ```
-    ├─server  	    (backend)
+    ├─server  	     (backend)
     │  ├─api            (API entrance)
     │  ├─config         (config file)
     │  ├─core  	        (core code)
@@ -151,7 +151,7 @@ go run main.go;
     │  ├─resource       (resources, such as static pages, templates)
     │  ├─router         (routers)
     │  └─utils	        (common utilities)
-    └─web           (frontend)
+    └─web            (frontend)
         ├─public        (deploy templates)
         └─src           (source code)
             ├─api       (frontend APIs)