Skip to content

Commit 1b7d2f7

Browse files
Merge pull request #11 from dutchenkoOleg/master
3.1.1
2 parents fca4e1a + 7a4515e commit 1b7d2f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ When creating an abstraction, we must implement all the methods and properties o
1515
The basis must be laid in an abstract class and brought to a final and typical concept in the classes of factories.
1616

1717
`WebPluginInterface` has the core methods and properties that are key to working with most web plugins.
18-
Below is a list of these methods and properties. Then you can see [an example implementation](##usage-example).
18+
Below is a list of these methods and properties. Then you can see [an example implementation](https://github.com/WezomAgency/web-plugin-interface/blob/master/docs/index.md).
1919

2020
---
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-plugin-interface",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)