We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cac6f4f commit 8c7edf2Copy full SHA for 8c7edf2
README.md
@@ -41,9 +41,9 @@ and HTTP options can be specified as in the example config file.
41
42
```javascript
43
const config = require('@alt-javascript/config');
44
-await config.fetch('pathToUrlPrefixedValue'); // this does not throw an error
+const webdata = await config.fetch('pathToUrlPrefixedValue');
45
```
46
-> :warning: - while we have implemented asynchronous fetch from "the network", we discourage it.
+> :warning: While we have implemented asynchronous fetch from "the network", we discourage it.
47
>
48
> It's mostly a design flex.
49
0 commit comments