Skip to content

Commit

Permalink
chore: change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
imsnif committed Feb 27, 2018
1 parent 100b119 commit f1ce304
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,14 +1,14 @@
# noise-generator
# noiz-generator
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Build Status](https://travis-ci.org/CommaSword/noise-generator.svg?branch=master)](https://travis-ci.org/CommaSword/noise-generator)
[![Coverage Status](https://coveralls.io/repos/github/CommaSword/noise-generator/badge.svg?branch=master)](https://coveralls.io/github/CommaSword/noise-generator?branch=master)
[![Build Status](https://travis-ci.org/CommaSword/noiz-generator.svg?branch=master)](https://travis-ci.org/CommaSword/noiz-generator)
[![Coverage Status](https://coveralls.io/repos/github/CommaSword/noiz-generator/badge.svg?branch=master)](https://coveralls.io/github/CommaSword/noiz-generator?branch=master)

Generate background noise with varying volume from a directory of mp3 files

## usage

```javascript
const { noiseGenerator } = require('noise-generator')
const { noiseGenerator } = require('noiz-generator')

const dir = '/path/to/mp3'; // dir contains two mp3 files

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"name": "noise-generator",
"name": "noiz-generator",
"version": "1.0.0",
"description": "Generate background noise with dynamic volume",
"main": "index.js",
Expand Down

0 comments on commit f1ce304

Please sign in to comment.