diff --git a/packages/omi-router/README.md b/packages/omi-router/README.md index 43633be91..003d0e438 100755 --- a/packages/omi-router/README.md +++ b/packages/omi-router/README.md @@ -117,7 +117,7 @@ render(, "#container") ```js route('/about', (evt) => { - //output { name: 'dntzhang', age : '18' } when click the a tag above + //output { name: 'dntzhang', age : '18' } when click the tag above console.log(evt.query) }) ```