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:57 UTC

[skywalking-nginx-lua] branch kezhenxu94-patch-1 created (now 57c2bb7)

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

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


      at 57c2bb7  Fix typo

This branch includes the following new commits:

     new 57c2bb7  Fix typo

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by ke...@apache.org.
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")