Skip to content

Commit

Permalink
s/dreamwriter.io/dreamwriter.co/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Feldman committed Jun 1, 2015
1 parent 005170a commit cb7d401
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ var fs = require("fs"),
{
"accessKeyId": "[access key ID goes here]",
"secretAccessKey": "[secret access key goes here]",
"region": "us-west-2",
"bucket": "dreamwriter.io"
"region": "us-east-1",
"bucket": "dreamwriter.co"
}
*/

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dreamwriter
===============
Streamlined long-form writing software. Written in [Elm](http://elm-lang.org). [![build status][1]][2]

Try it at [dreamwriter.io](https://dreamwriter.io)
Try it at [dreamwriter.co](https://dreamwriter.co)

## Features

Expand All @@ -18,7 +18,7 @@ Dreamwriter is a browser-based writing app with a few goals in mind. (Not all of

## Technology

Dreamwriter was originally written in [CoffeeScript](http://coffee-script.org) and has been rewritten in [Elm](http://elm-lang.org). It compiles to static files only (and requires no server-side code), and [dreamwriter.io](http://dreamwriter.io) is hosted entirely on [Amazon S3](http://aws.amazon.com/s3).
Dreamwriter was originally written in [CoffeeScript](http://coffee-script.org) and has been rewritten in [Elm](http://elm-lang.org). It compiles to static files only (and requires no server-side code), and [dreamwriter.co](http://dreamwriter.co) is hosted entirely on [Amazon S3](http://aws.amazon.com/s3).

It can only run in modern browsers, as it uses the following browser features:

Expand All @@ -45,4 +45,4 @@ Install [node.js](http://nodejs.org) if you do not already have it. Then:

Now you can visit [localhost:8000](http://localhost:8000) in your browser!
[1]: https://secure.travis-ci.org/rtfeldman/dreamwriter.svg
[2]: https://travis-ci.org/rtfeldman/dreamwriter
[2]: https://travis-ci.org/rtfeldman/dreamwriter

0 comments on commit cb7d401

Please sign in to comment.