Skip to content

Commit

Permalink
Update package name in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell authored Dec 15, 2022
1 parent d9d0d42 commit 7ad41bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# sourcemap-codec
# @jridgewell/sourcemap-codec

Encode/decode the `mappings` property of a [sourcemap](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit).

Expand All @@ -13,14 +13,14 @@ This package makes the process slightly easier.
## Installation

```bash
npm install sourcemap-codec
npm install @jridgewell/sourcemap-codec
```


## Usage

```js
import { encode, decode } from 'sourcemap-codec';
import { encode, decode } from '@jridgewell/sourcemap-codec';

var decoded = decode( ';EAEEA,EAAE,EAAC,CAAE;ECQY,UACC' );

Expand Down

0 comments on commit 7ad41bb

Please sign in to comment.