diff --git a/source/includes/wp-api-v1/_authentication.md b/source/includes/wp-api-v1/_authentication.md index b983b903..7d645cf1 100644 --- a/source/includes/wp-api-v1/_authentication.md +++ b/source/includes/wp-api-v1/_authentication.md @@ -212,7 +212,7 @@ woocommerce = WooCommerce::API.new( "consumer_secret", { wp_json: true, - version: "v3" + version: "wc/v1" } ) ```