Skip to content

Commit

Permalink
Correct mistake in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennispassway committed Dec 22, 2020
1 parent 7541c6c commit 0a9ce14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In your `sanity.json` add it to the list of plugins:
"@sanity/default-layout",
"@sanity/default-login",
"@sanity/desk-tool",
"sanity-plugin-media-library"
"media-library"
]
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sanity-plugin-media-library",
"description": "The missing media library for Sanity. With filters per tag and filtetype. And it's fully themeable.",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"author": "Dennis Passway",
"main": "lib/index.js",
Expand Down

0 comments on commit 0a9ce14

Please sign in to comment.