From 757232e7b66d2ac68182495904a199e617484e1e Mon Sep 17 00:00:00 2001 From: Woosung Sohn Date: Fri, 26 Oct 2018 15:18:30 +0900 Subject: [PATCH] Fix typos in README.md Fixed some typos in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f35101..f27fae2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # SEEK __Seek is a pure-JavaScript CSS selector engine using browser native API.__ -We used native API to make it lightweight. It provide a convenience to find elements for manipulation. +We used native API to make it lightweight. It provides convenience in finding elements for manipulation. * querySelectorAll * getElementById @@ -10,9 +10,9 @@ We used native API to make it lightweight. It provide a convenience to find elem # Browser Supports -A browers must support the native function of 'querySelectorAll'. +A browser must support the native function of 'querySelectorAll'. -As such, the following browser supporte: +As such, __Seek__ supports the following browsers: * Chrome 16+ * Edge 12+ * Firefox 3.6+