Skip to content

Commit

Permalink
remove coffee mentions from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Mar 24, 2016
1 parent 8cc2e1f commit 10d6039
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,14 @@ First thing you'll want to do is set up your project structure, which will proba
│ ├── file1
│ └── file2
│ └── file3
└── init.js The Sprout configuration file. Also
compatible with CoffeeScript (init.coffee).
└── init.js The Sprout configuration file.
└── package.json Optionally, include a package.json file; all
dependencies will be installed on init.
```

### init.js

`init.js` (or `init.coffee`) sets the hooks and configuration for your sprout template.
`init.js` sets the hooks and configuration for your sprout template.

```javascript
/*
Expand Down

0 comments on commit 10d6039

Please sign in to comment.