Skip to content

Commit

Permalink
Fix package name in demo app
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Oct 26, 2018
1 parent 2abaa86 commit 4ccb335
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ <h1>Angular PayPal</h1>
<div class="mt-2">
Supported versions:
<div>
For <strong>Angular 6</strong> use ngx-captcha on version <strong><= 3.x.y</strong>
For <strong>Angular 6</strong> use ngx-paypal on version <strong><= 3.x.y</strong>
</div>
<div>
For <strong>Angular 7</strong> use ngx-captcha on version <strong>>= 4.0.0</strong>
For <strong>Angular 7</strong> use ngx-paypal on version <strong>>= 4.0.0</strong>
</div>
</div>

Expand Down

0 comments on commit 4ccb335

Please sign in to comment.