Skip to content

Commit

Permalink
minor in aws-amplify-angular
Browse files Browse the repository at this point in the history
  • Loading branch information
richardzcode committed Apr 16, 2018
1 parent 593c264 commit 96e31f4
Show file tree
Hide file tree
Showing 3 changed files with 6,892 additions and 386 deletions.
4 changes: 2 additions & 2 deletions packages/aws-amplify-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Modify your apps `src/app/main/ts`:

```
import Amplify from 'aws-amplify';
import awsmobile from './aws-exports';
import aws_exports from './aws-exports';
Amplify.configure(aws_exports);
```

Expand Down Expand Up @@ -215,4 +215,4 @@ You can use and override a default theme. Within your app, add to your styles.cs

```css
@import "~aws-amplify-angular/theme.css";
```
```
Loading

0 comments on commit 96e31f4

Please sign in to comment.