From 396c6368dcc4852163f2f2ad55ca2a300959e3a2 Mon Sep 17 00:00:00 2001 From: qchong Date: Fri, 30 Sep 2016 13:57:13 -0700 Subject: [PATCH] Update README.md Refined query template with "new" keyword. --- examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index 5a20e7515ac..d7c89e8218a 100644 --- a/examples/README.md +++ b/examples/README.md @@ -10,11 +10,11 @@ the `flutter` tool. **Tip:** To see examples of how to use a specific Flutter framework class, copy and paste a URL with this format in your browser. Replace `foo` with the -classname you are searching for (for example, here's the [query](https://github.com/flutter/flutter/search?q=path%3Aexamples+AppBar) for examples of +classname you are searching for (for example, here's the [query](https://github.com/flutter/flutter/search?q=path%3Aexamples+new+AppBar) for examples of the [`AppBar`](https://docs.flutter.io/flutter/material/AppBar-class.html) class). ``` -https://github.com/flutter/flutter/search?q=path%3Aexamples+foo +https://github.com/flutter/flutter/search?q=path%3Aexamples++new+foo ``` Available examples include: