Skip to content

Commit d1d5a79

Browse files
committed
complete docs
1 parent 5d3ff71 commit d1d5a79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ async indexAction(req, res) {
4949
}
5050
```
5151

52-
As we cannot run a function in the backend when the service has no internet, all other features need to be specified in the config rather than the action function, eg the following will not function in offline mode, while the above will.
52+
As we cannot run a function in the backend when the service has no internet, all other features need to be specified in the config rather than the action function.
53+
For example, the following will not function in offline mode; while the above will.
5354

5455
```js
5556
/**

0 commit comments

Comments
 (0)