From b1299d0b819bb4ccf56bb56b4fc3ef128343012d Mon Sep 17 00:00:00 2001 From: Jean-Simon Collard Date: Fri, 8 Mar 2019 10:03:35 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6655526..1e50aa0 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ You need to add 'aurelia-configuration' at the end of the `dependencies` section ``` { - "name": 'aurelia-configuration', + "name": "aurelia-configuration", "path": "../node_modules/aurelia-configuration/dist/amd", "main": "index" } From 62079145f1da090b148680bd98665dc851f08ea4 Mon Sep 17 00:00:00 2001 From: Jean-Simon Collard Date: Fri, 8 Mar 2019 10:29:59 -0500 Subject: [PATCH 2/2] Update README.md fixed type to import --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e50aa0..e7edaec 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ export function configure(aurelia) { - Use the plugin to **set** configuration in your app's main.js or main.ts file: ```javascript -import { Configuration } from 'aurelia-configuration'; +import { AureliaConfiguration } from "aurelia-configuration"; // [...] aurelia.use .standardConfiguration()