Skip to content

Commit

Permalink
Updates the readme docs to import correct packages
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsalminen committed Oct 16, 2019
1 parent 1ed6161 commit 80a614e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To make use of the AngularOutputPlugin first import it into your stencil.config.

```ts
import { Config } from '@stencil/core';
import { angularOutputTarget, ValueAccessorConfig } from '@ionic-enterprise/angular-output-plugin';
import { angularOutputTarget, ValueAccessorConfig } from '@stencil/angular-output-target';

export const config: Config = {
namespace: 'demo',
Expand Down Expand Up @@ -79,7 +79,7 @@ With bindings the web components get wrapped in a React component and then immed

```ts
import { Config } from '@stencil/core';
import { reactOutputTarget } from '@ionic-enterprise/react-output-plugin';
import { reactOutputTarget } from '@stencil/react-output-target';

export const config: Config = {
namespace: 'demo',
Expand Down

0 comments on commit 80a614e

Please sign in to comment.