ES6 and m.trust docs patch (#2593)

This commit is contained in:
kczx3 2020-05-07 18:19:36 -04:00 committed by GitHub
parent 0680f55893
commit f9c9f6682d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ Once you've got that downloaded, open a terminal and run these commands:
```bash
# Replace this with the actual path to your project. Quote it if it has spaces,
# and single-quote it if you're on Linux/Mac and it contains a `$` anywhere.
# and single-quote it if you're on Linux/Mac and it contains a `$$` anywhere.
cd "/path/to/your/project"
# If you have a `package.json` there already, skip this command.