Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
greta-mik committed Jul 3, 2024
1 parent f7add11 commit 894ac35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ $contact->set_email( $email );

$event = new Event();
$event->set_contact( $contact );
$event->set_origin( 'appName' );
$event->set_origin( 'api' );
$event->set_event_name( 'site viewed' );
$event->add_properties( 'pageUrl', $pageUrl );
$event->add_properties( 'pageTitle', $pageTitle );
Expand Down

0 comments on commit 894ac35

Please sign in to comment.