Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit f061438

Browse files
Merge branch 'main' of github.com:cssninjaStudio/nuxt-media-viewer
2 parents 5ff1036 + 2ac63f7 commit f061438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ npm install --save-dev @cssninja/nuxt-media-viewer
2828
```ts
2929
export default defineNuxtConfig({
3030
modules: [
31-
'@nuxt/devtools', // optional
31+
'@nuxt/devtools',
3232
'@cssninja/nuxt-media-viewer'
3333
]
3434
})
3535
```
3636

37-
3. Go to the media viewer page and start previewing your assets at [http://localhost:3000/__media_viewer__/client](http://localhost:3000/__media_viewer__/client) or open the devtools and click on the `Media Viewer` tab.
37+
3. Go to the media viewer page and start previewing your assets at [http://localhost:3000/__media_viewer/client/](http://localhost:3000/__media_viewer/client/) or open the devtools and click on the `Media Viewer` tab.
3838

3939

4040
## Configuration

0 commit comments

Comments
 (0)