diff --git a/README.md b/README.md index 6ba6d941..9badebf6 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ This feature may also be used to sort classes in any arbitrary string by definin const tw = (strings, ...values) => String.raw({ raw: strings }, ...values) ``` -Make sure you register this `tw` function via `tailwindFunctions` as explained above and have defined this function in your project. Once you've done so you may tag your strings with the function and the plugin will sort them: +Make sure you register this `tw` function via `tailwindFunctions` as explained above and have defined this function in your project. Once done, you may tag your strings with the function and the plugin will sort them: ```js const mySortedClasses = tw`bg-white p-4 dark:bg-black`