Skip to content

Commit

Permalink
Merge pull request #116 from github/add-missing-scope-to-readme-and-f…
Browse files Browse the repository at this point in the history
…low-files

Add missing @github scope to README and flow files
  • Loading branch information
Kristján Oddsson committed Jun 13, 2019
2 parents 0fc32bd + d478a24 commit 8aa8933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions src/index.js.flow
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* flow strict */
/* @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 8aa8933

Please sign in to comment.