Fix typo (#26)

diff --git a/examples/nginx.conf b/examples/nginx.conf
index b3a8fd4..d5f8544 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -78,7 +78,7 @@
             default_type text/html;
 
             rewrite_by_lua_block {
-                require("tracer"):startBackendTimer()
+                require("tracer"):start("backend service")
             }
 
             proxy_pass http://127.0.0.1:8080/backend;
@@ -161,4 +161,4 @@
             }
         }
     }
-}
\ No newline at end of file
+}