Skip to content

Commit 4b5442f

Browse files
authored
Merge pull request #282 from o-az/patch-1
fix: remove dollar sign from command
2 parents 76df798 + d970378 commit 4b5442f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If the browser's JavaScript is disabled, the default text served in the cached m
2727
Available on [npm](https://www.npmjs.com/) as [**@github/relative-time-element**](https://www.npmjs.com/package/@github/relative-time-element).
2828

2929
```
30-
$ npm install @github/relative-time-element
30+
npm install @github/relative-time-element
3131
```
3232

3333
This element uses the `Intl.DateTimeFormat` & `Intl.RelativeTimeFormat` APIs, which are supported by all modern JS engines. If you need to support an older browser, you may need to introduce a polyfill for `Intl.DateTimeFormat` & `Intl.RelativeTimeFormat`.

0 commit comments

Comments
 (0)