Skip to content
This repository was archived by the owner on Aug 9, 2018. It is now read-only.

Commit 09c75e5

Browse files
Fix incorrect runInServer example in the README
Reported by MoLow <moshe@atlow.co.il>.
1 parent 0a51bbc commit 09c75e5

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
@@ -152,7 +152,7 @@ The lowest-level interaction with AngularJS-Server is to simply obtain an inject
152152
This is accomplished as follows:
153153

154154
```js
155-
angularserver.runInContext(
155+
angularMiddlewares.runInContext(
156156
function (injector) {
157157
// ... whatever you want
158158
}

0 commit comments

Comments
 (0)