Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit bb8b85f

Browse files
emilio2hdwardbell
authored andcommitted
Update README.md about load HttpModule (#137)
docs: fix the text regarding load HttpModule with SystemJS
1 parent 6809d66 commit bb8b85f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It intercepts Angular `Http` and `HttpClient` requests that would otherwise go t
2424
>To see how, look for the following line in the
2525
>`src/systemjs.config.js` of this project:
2626
>
27-
>`'angular/common/http': 'npm:@angular/common/bundles/common-http.umd.js'`
27+
>`'@angular/common/http': 'npm:@angular/common/bundles/common-http.umd.js'`
2828
>
2929
>You've already made this change if you are using `HttpClient` today.
3030
>

0 commit comments

Comments
 (0)