diff --git a/README.md b/README.md index f5bd1c6..93dfcf2 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,20 @@ ## Usage +### Installation + +Install with npm: + +```sh +npm install ng-faker --save-dev +``` + +Install with yarn: + +```sh +yarn add ng-faker --dev +``` + ### Browser For now, we don't have support for the browser directly. We're working on that and should have that up really soon.