Fix README.md (#17)

diff --git a/README.md b/README.md
index 3532268..0637301 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,7 @@
 
 ## Nginx APIs
 - **startTimer**, `require("client"):startBackendTimer("http://127.0.0.1:8080")`. Start the backend timer. This timer register the metadata and report traces to the backend.
-- **start**, `require("tracer"):start()`. Begin the tracing before the upstream begin.
+- **start**, `require("tracer"):start("upstream service")`. Begin the tracing before the upstream begin.
 - **finish**, `require("tracer"):finish()`. Finish the tracing for this HTTP request.
 - **prepareForReport**, `require("tracer"):prepareForReport()`. Prepare the finished segment for further report.