Skip to content

Commit 2b8125c

Browse files
committed
wording
1 parent 30b1818 commit 2b8125c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ This is the workspace repository for the [react-nipple](https://www.npmjs.com/pa
1111

1212
### Resources
1313

14-
- Full documentation: [https://loopmode.github.io/react-nipple/](https://loopmode.github.io/react-nipple/)
1514
- Github repository: [https://github.com/loopmode/react-nipple](https://github.com/loopmode/react-nipple)
1615
- NPM package: [https://www.npmjs.com/package/react-nipple](https://www.npmjs.com/package/react-nipple)
16+
- Docs: [https://loopmode.github.io/react-nipple/](https://loopmode.github.io/react-nipple/)

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ <h2 id="installation">Installation</h2>
4747
</code></pre>
4848
<h3 id="resources">Resources</h3>
4949
<ul>
50-
<li>Full documentation: <a href="https://loopmode.github.io/react-nipple/">https://loopmode.github.io/react-nipple/</a></li>
5150
<li>Github repository: <a href="https://github.com/loopmode/react-nipple">https://github.com/loopmode/react-nipple</a></li>
5251
<li>NPM package: <a href="https://www.npmjs.com/package/react-nipple">https://www.npmjs.com/package/react-nipple</a></li>
52+
<li>Docs: <a href="https://loopmode.github.io/react-nipple/">https://loopmode.github.io/react-nipple/</a></li>
5353
</ul>
5454
<h2 id="usage">Usage</h2>
5555
<p>Import and use the component. It supports all <code>options</code> from <code>nipplejs</code>.<br>It provides callbacks for all supported event types in a camel-cased <code>on</code>-notation, e.g. <code>start</code> -&gt; <code>onStart</code>.</p>

packages/react-nipple/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ npm install --save react-nipple
1414

1515
### Resources
1616

17-
- Full documentation: [https://loopmode.github.io/react-nipple/](https://loopmode.github.io/react-nipple/)
1817
- Github repository: [https://github.com/loopmode/react-nipple](https://github.com/loopmode/react-nipple)
1918
- NPM package: [https://www.npmjs.com/package/react-nipple](https://www.npmjs.com/package/react-nipple)
19+
- Docs: [https://loopmode.github.io/react-nipple/](https://loopmode.github.io/react-nipple/)
2020

2121
## Usage
2222

0 commit comments

Comments
 (0)