We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c96ee3 commit 0ff1e4bCopy full SHA for 0ff1e4b
1 file changed
README.md
@@ -131,7 +131,7 @@ Initialize-Blogger -ClientId <id> -ClientSecret <secret>
131
### Fetch the available blogs and set the first blog as the default
132
$blogs = Get-BloggerBlogs
133
$blogId = $blogs[0].id
134
-Set-BloggerConfig -BlogId $blogId
+Set-BloggerConfig -Name BlogId $blogId
135
136
### Fetch posts
137
$posts = Get-BloggerPosts -All
0 commit comments