diff --git a/Transformers/the-events-calendar-example.md b/Transformers/the-events-calendar-example.md index b7e5d79..d0f4a11 100644 --- a/Transformers/the-events-calendar-example.md +++ b/Transformers/the-events-calendar-example.md @@ -62,22 +62,22 @@ if ( ! defined( 'ABSPATH' ) ) { class Tribe extends \Activitypub\Transformer\Base { /** - * Get widget name. + * Get transformer name. * - * Retrieve oEmbed widget name. + * Retrieve the static and prefixed transformer name for this transformer. * * @since 1.0.0 * @access public * @return string Widget name. */ public function get_name() { - return 'activitypub-tribe/tribe'; + return 'activitypub-tribe-transformer/tribe'; } /** - * Get widget title. + * Get transformer title. * - * Retrieve Transformer title. + * Retrieve the transformer title. * * @since 1.0.0 * @access public