Bhargav Shirin Nalamati 1 год назад
Родитель
Сommit
35edd6b19d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      readme.md

+ 1 - 1
readme.md

@@ -217,7 +217,7 @@ go get -u github.com/zeromicro/go-zero
 
 5. Write the business logic code
 
-    * the dependencies can be passed into the logic within servicecontext.go, like mysql, reds, etc.
+    * the dependencies can be passed into the logic within servicecontext.go, like mysql, redis, etc.
     * add the logic code in a logic package according to .api file
 
 6. Generate code like Java, TypeScript, Dart, JavaScript, etc. just from the api file