Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(README): fix docs on asynchronous processing
Previously, the docs on asynchronous processing mentioned that the returned promise could be resolved to `undefined`. This was inaccurate, since the promise is expected to be resolved to an array of documents. This commit updates the docs to match the actual behavior. [1]: https://github.com/angular/dgeni/blob/69261d6bd84074af855385d34ebd8d3a7f6f6a1e/src/Dgeni.ts#L207
- Loading branch information