You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2020/03/07 02:14:58 UTC

[skywalking-nginx-lua] 01/01: Fix typo

This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch kezhenxu94-patch-1
in repository https://gitbox.apache.org/repos/asf/skywalking-nginx-lua.git

commit 57c2bb779461bf2f4bcf0f4ae6f48e0695cbf098
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sat Mar 7 10:14:49 2020 +0800

    Fix typo
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 0637301..a8fb78e 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ http {
 
         -- Set service name
         metadata_buffer:set('serviceName', 'User Service Name')
-        -- Instance means the number of Nginx deloyment, does not mean the worker instances
+        -- Instance means the number of Nginx deployment, does not mean the worker instances
         metadata_buffer:set('serviceInstanceName', 'User Service Instance Name')
 
         require("client"):startBackendTimer("http://127.0.0.1:8080")