Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
cmawhorter committed Jun 12, 2017
1 parent 64e1b3d commit 735580c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ No dependencies. Has tests. PRs welcome.
## Getting started

```sh
npm install cmawhorter/urn --save
npm install urn-lib --save
```

## Usage

Using the default RFC2141 parser.

```js
var URN = require('urn');
var URN = require('urn-lib');
var rfc2141 = URN.RFC2141;
var str = 'urn:ietf:rfc:2648';
var parsed = rfc2141.parse(str);
Expand Down Expand Up @@ -49,7 +49,7 @@ Output:
## Example

```js
var URN = require('urn');
var URN = require('urn-lib');
var arn = URN.create('arn', {
components: [ // protocol is automatically added (protocol = urn or arn or whatever)
'partition',
Expand Down
2 changes: 1 addition & 1 deletion dist/urn.es2015.js → dist/urn-lib.es2015.js

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

1 change: 1 addition & 0 deletions dist/urn-lib.es2015.js.map

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

4 changes: 2 additions & 2 deletions dist/urn.umd.js → dist/urn-lib.umd.js

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

Loading

0 comments on commit 735580c

Please sign in to comment.