Update README.

This commit is contained in:
André Cruz
2013-08-05 14:22:41 +01:00
parent 990e87de1f
commit d0929896cf

View File

@@ -103,7 +103,7 @@ json.main // ['foo.js', 'bar.js']
#### .find(folder, callback)
Finds the `json` filename inside a folder.
Checks if a `bower.json` exists, falling back to the deprecated `component.json`.
Checks if a `bower.json` exists, falling back to `component.json` (deprecated) and `.bower.json`.
If no file was found, the callback is called with a `error.code` of `ENOENT`.
```js