diff --git a/README.md b/README.md index 6f84820939de7d558c739a56ae34bc596334ba03..3647daf95ecde7283a1810473e578164693a209b 100644 --- a/README.md +++ b/README.md @@ -226,7 +226,7 @@ $sub->handle('/bar2', function (Mix\Vega\Context $ctx) { | ---- | ---- | | $ctx->request: ServerRequestInterface | 符合PSR的请求对象 | | $ctx->response: ResponseInterface | 符合PSR的响应对象 | -| $ctx->param(string $key): string | 获取路由参数 | +| $$ctx->param(string $key): string | 获取路由参数 | | $ctx->query(string $key): string | 获取url参数,包含路由参数 | | $ctx->defaultQuery(string $key, string $default): string | 获取url参数,可配置默认值 | | $ctx->getQuery(string $key): string or null | 获取url参数, 可判断是否存在 |