From 7ad41bbd8b9a211463de9562aac310af61eece69 Mon Sep 17 00:00:00 2001 From: Justin Ridgewell Date: Thu, 15 Dec 2022 13:12:14 -0500 Subject: [PATCH] Update package name in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2b9e397..5cbb315 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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' );