Skip to content

Commit 8c7edf2

Browse files
author
craigparra
committed
1.0.2 / 2021-07-16
================== * URL fetch, god help you - @craigparra
1 parent cac6f4f commit 8c7edf2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ and HTTP options can be specified as in the example config file.
4141

4242
```javascript
4343
const config = require('@alt-javascript/config');
44-
await config.fetch('pathToUrlPrefixedValue'); // this does not throw an error
44+
const webdata = await config.fetch('pathToUrlPrefixedValue');
4545
```
46-
> :warning: - while we have implemented asynchronous fetch from "the network", we discourage it.
46+
> :warning: While we have implemented asynchronous fetch from "the network", we discourage it.
4747
>
4848
> It's mostly a design flex.
4949
>

0 commit comments

Comments
 (0)