You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ When creating an abstraction, we must implement all the methods and properties o
15
15
The basis must be laid in an abstract class and brought to a final and typical concept in the classes of factories.
16
16
17
17
`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).
0 commit comments