Skip to content

Commit

Permalink
Merge branch 'master' of github.com:deployd/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Dec 6, 2012
2 parents 6e5e1ab + 41588ad commit 6e14300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/your-first-app.md
Expand Up @@ -101,7 +101,7 @@ Next, we'll add a Deployd backend to this app, so that users can interact with e

### Creating a backend

Open the dashboard by by typing `dashboard` into the `dpd>` prompt.
Open the dashboard by typing `dashboard` into the `dpd>` prompt.

1. Create a new Collection Resource and call it `/comments`.
2. On the Properties editor, add two "string" properties called `name` and `comment`.
Expand Down
2 changes: 1 addition & 1 deletion docs/server/your-server.md
Expand Up @@ -5,7 +5,7 @@

## Deploying to your own Server

To deploy your app on your server, or on a cloud hosting service such as EC2 or Heroku. The server must support [Node.js](http://nodejs.org/).
To deploy your app on your server, or on a cloud hosting service such as EC2 or Heroku, the server must support [Node.js](http://nodejs.org/).

Deployd also requires a [MongoDB](http://www.mongodb.org/) database, which can be hosted on the same server or externally.

Expand Down

0 comments on commit 6e14300

Please sign in to comment.