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 96b8caa commit 922a0a2Copy full SHA for 922a0a2
README.md
@@ -31,7 +31,7 @@ Startup with `meteor`
31
Deploy with `meteor deploy <your domain name>.meteor.com`
32
33
Login as an Admin to grant yourself mentor/admin access. In the javascript console, type:
34
-```sh
+```js
35
Meteor.loginWithPassword("<your admin username>", "your admin password");
36
```
37
0 commit comments