diff --git a/README.md b/README.md index 0e4bac8..dcc26be 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Woocommerce - JS-free variation shopping ## Why? Variable products in Woocommerce have variable IDs, which are used server side -to add the correct product variant to the user's cart. Unfortuntely, these are +to add the correct product variant to the user's cart. Unfortunately, these are sent in the form through the use of JQuery, which requires Javascript. Incredibly cringe.