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:17:08 UTC

[skywalking-nginx-lua] branch master updated: Fix typo (#18)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new b15ede9  Fix typo (#18)
b15ede9 is described below

commit b15ede982571e6ef1adb671b0ef2c7274aa61462
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sat Mar 7 10:17:02 2020 +0800

    Fix typo (#18)
---
 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")