Skip to content

Commit 3b86814

Browse files
committed
minor doc change
1 parent f741915 commit 3b86814

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/provider.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,11 @@ use leptos::*;
88
/// Example
99
///
1010
/// ```
11-
/// use leptos_image::*;
1211
/// use leptos::*;
1312
///
1413
/// #[component]
1514
/// pub fn App() -> impl IntoView {
16-
/// provide_image_context();
15+
/// leptos_image::provide_image_context();
1716
///
1817
/// view!{
1918
/// <div/>

0 commit comments

Comments
 (0)