Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Tutorial of how to author a library using [webpack](https://github.com/webpack/w

### Outline

This library exposes functionality to transalte numbers to words.
This library exposes functionality to translate numbers to words.
It is trivial code but the aim is to bundle it using webpack.

### Features

1. Bundling library code into all library targets ie CommonJS, AMD, ES2015 exports, UMD.
2. Having `lodash` as an external dependency.
2. Having `lodash` as an external dependency.