Skip to content

Commit d970378

Browse files
authored
fix: remove dollar sign from command
currently it copies the `$` when copying
1 parent 76df798 commit d970378

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)