diff --git a/README.md b/README.md index 87b6aa0..2cdeb5b 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,5 @@ To target a specific part of the page, simply pass it as the first argument inst ```javascript translate(document.querySelector('nav'), dict, 'fr'); ``` -That will only translate the children of than `nav` tag that have the class `trnsjs`. - +That will only translate the children of the `nav` tag that have the class `trnsjs`. And that's literally it. \ No newline at end of file