Skip to content

Commit 78ddff8

Browse files
feanilarbrandes
authored andcommitted
docs: Update README.rst
The coding example here had copied the names of a couple of components from a different example and so I think they're wrong and should be corrected to match the components imported in this example to reduce confusion.
1 parent 09ff704 commit 78ddff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,12 @@ file as well to define its plugin slots.
125125
{
126126
op: PLUGIN_OPERATIONS.Wrap,
127127
widgetId: 'default_contents',
128-
wrapper: wrapWidget,
128+
wrapper: wrapSidebar,
129129
},
130130
{
131131
op: PLUGIN_OPERATIONS.Modify,
132132
widgetId: 'social_media_link',
133-
fn: modifyWidget,
133+
fn: modifySidebar,
134134
},
135135
]
136136
}

0 commit comments

Comments
 (0)