Skip to content

Commit

Permalink
add missing @github scope to README and flow files
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Jun 13, 2019
1 parent 0fc32bd commit f5cb054
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ If the browser's JavaScript is disabled, the default text served in the cached m

## Installation

Available on [npm](https://www.npmjs.com/) as [**time-elements**](https://www.npmjs.com/package/time-elements).
Available on [npm](https://www.npmjs.com/) as [**@github/time-elements**](https://www.npmjs.com/package/@github/time-elements).

```
$ npm install time-elements
$ npm install @github/time-elements
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/index.js.flow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* flow strict */

declare module 'time-elements' {
declare module '@github/time-elements' {
declare class ExtendedTimeElement extends HTMLElement {
get date(): ?Date;
getFormattedTitle(): ?string;
Expand Down

0 comments on commit f5cb054

Please sign in to comment.