Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gromnitsky committed Feb 20, 2015
1 parent 828331f commit b1c2b06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.m4.md
Expand Up @@ -111,8 +111,8 @@ targets.

## Why not just use coffeeify plugin for browserify?

1. browserify can't (& shouldn't) check what has changed in our source
files to decide whether it's time to recompile.
1. browserify can't (& shouldn't) check changes in our source files to
decide whether it's time to recompile.
2. Error reporting.

## Why are you using outdated make instead of cake, jake, grunt, gulp or broccoli? It's not 1977 anymore!
Expand All @@ -128,9 +128,9 @@ Take a walk for 10 minutes & no one will get hurt.

## NEWS

### 0.6.0
### 0.7.0

* CoffeeScript 1.9.0.
* CoffeeScript 1.9.1.

### 0.5.0

Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -14,7 +14,7 @@ $ cat a.coffee
module.exports = (something) -> console.log something
$ coffee-inline-map a.coffee | fold -w72
// Generated by CoffeeScript 1.9.0
// Generated by CoffeeScript 1.9.1
(function() {
module.exports = function(something) {
return console.log(something);
Expand Down Expand Up @@ -184,8 +184,8 @@ targets.

## Why not just use coffeeify plugin for browserify?

1. browserify can't (& shouldn't) check what has changed in our source
files to decide whether it's time to recompile.
1. browserify can't (& shouldn't) check changes in our source files to
decide whether it's time to recompile.
2. Error reporting.

## Why are you using outdated make instead of cake, jake, grunt, gulp or broccoli? It's not 1977 anymore!
Expand All @@ -201,9 +201,9 @@ Take a walk for 10 minutes & no one will get hurt.

## NEWS

### 0.6.0
### 0.7.0

* CoffeeScript 1.9.0.
* CoffeeScript 1.9.1.

### 0.5.0

Expand Down

0 comments on commit b1c2b06

Please sign in to comment.