We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b93e4 commit 52623dfCopy full SHA for 52623df
README.md
@@ -5,7 +5,7 @@ A Client Side Includes tag.
5
## Installation
6
7
```
8
-$ npm install --save include-fragment-element
+$ npm install --save @github/include-fragment-element
9
10
11
## Usage
@@ -15,7 +15,7 @@ All `include-fragment` elements must have a `src` attribute from which to retrie
15
The initial page load should include fallback content to be displayed if the resource could not be fetched immediately.
16
17
```js
18
-import 'include-fragment-element'
+import '@github/include-fragment-element'
19
20
21
**Original**
0 commit comments