Skip to content

Commit

Permalink
Merge pull request #282 from o-az/patch-1
Browse files Browse the repository at this point in the history
fix: remove dollar sign from command
  • Loading branch information
keithamus authored May 24, 2024
2 parents 76df798 + d970378 commit 4b5442f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ If the browser's JavaScript is disabled, the default text served in the cached m
Available on [npm](https://www.npmjs.com/) as [**@github/relative-time-element**](https://www.npmjs.com/package/@github/relative-time-element).

```
$ npm install @github/relative-time-element
npm install @github/relative-time-element
```

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`.
Expand Down

0 comments on commit 4b5442f

Please sign in to comment.