diff --git a/README.md b/README.md index ae7b892..11ccebd 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/src/index.js.flow b/src/index.js.flow index 3a233ea..7434a53 100644 --- a/src/index.js.flow +++ b/src/index.js.flow @@ -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;