Skip to content

Commit

Permalink
Merge pull request #11973 from laakal/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
fredmaiaarantes committed Mar 22, 2022
2 parents 3430afb + 7146082 commit 0b00046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/packages/fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To add this package to an existing app, run the following command from
your app directory:

```bash
meteor add ecmascript
meteor add fetch
```

To add the `fetch` package to an existing package, include the
Expand Down Expand Up @@ -59,4 +59,4 @@ async function postData (url, data) {
const postDataCall = Meteor.wrapAsync(postData);
const results = postDataCall('https://www.example.org/statsSubmission', { totalUsers: 55 }));

```
```

0 comments on commit 0b00046

Please sign in to comment.