Fixed example in the SlingQuery README

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1685510 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.md b/README.md
index e4ce17a..f2df761 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 SlingQuery is a tool that helps creating such queries in a more concise way. Above code could be written as:
 
-    import static com.cognifide.sling.query.api.SlingQuery.$;
+    import static org.apache.sling.query.SlingQuery.$;
     // ...
     $(resource).closest("cq:Page[jcr:content/cq:template=my/template]")