Skip to content

Commit 456a1d9

Browse files
authored
Update README.md
Fixed tabbing so it markdown would render correctly.
1 parent 9f2af0b commit 456a1d9

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

README.md

+21-20
Original file line numberDiff line numberDiff line change
@@ -18,28 +18,29 @@ This is a work in progress and is not ready for production, use with care, the A
1818

1919
1. Install the npm module.
2020

21-
npm install --save angular2-logger
21+
npm install --save angular2-logger
2222

2323
2. Add the `angular2-logger` library to your app. If you are following the [Angular 2's Quickstart Guide](https://angular.io/docs/ts/latest/quickstart.html) it should be something like this:
2424

25-
In `systemjs.config.js`:
26-
27-
// map tells the System loader where to look for things
28-
var map = {
29-
'app': 'app', // 'dist',
30-
'@angular': 'node_modules/@angular',
31-
'angular2-in-memory-web-api': 'node_modules/angular2-in-memory-web-api',
32-
'rxjs': 'node_modules/rxjs',
33-
'angular2-logger': 'node_modules/angular2-logger' // ADD THIS
34-
};
35-
36-
//packages tells the System loader how to load when no filename and/or no extension
37-
var packages = {
38-
'app': { main: 'main.ts', defaultExtension: 'ts' },
39-
'rxjs': { defaultExtension: 'js' },
40-
'angular2-in-memory-web-api': { defaultExtension: 'js' },
41-
'angular2-logger': { defaultExtension: 'js' }, // AND THIS
42-
};
25+
In `systemjs.config.js`:
26+
27+
// map tells the System loader where to look for things
28+
var map = {
29+
'app': 'app', // 'dist',
30+
'@angular': 'node_modules/@angular',
31+
'angular2-in-memory-web-api': 'node_modules/angular2-in-memory-web-api',
32+
'rxjs': 'node_modules/rxjs',
33+
'angular2-logger': 'node_modules/angular2-logger' // ADD THIS
34+
};
35+
36+
//packages tells the System loader how to load when no filename and/or no extension
37+
var packages = {
38+
'app': { main: 'main.ts', defaultExtension: 'ts' },
39+
'rxjs': { defaultExtension: 'js' },
40+
'angular2-in-memory-web-api': { defaultExtension: 'js' },
41+
'angular2-logger': { defaultExtension: 'js' }, // AND THIS
42+
};
43+
4344

4445
3. Setup the Provider.
4546

@@ -224,4 +225,4 @@ The setup changed a bit to make it easier so make sure you follow up the new Qui
224225

225226
## LICENSE
226227

227-
[MIT](https://opensource.org/licenses/MIT)
228+
[MIT](https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)