Skip to content

Commit 0ff1e4b

Browse files
committed
updated readme
1 parent 7c96ee3 commit 0ff1e4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Initialize-Blogger -ClientId <id> -ClientSecret <secret>
131131
### Fetch the available blogs and set the first blog as the default
132132
$blogs = Get-BloggerBlogs
133133
$blogId = $blogs[0].id
134-
Set-BloggerConfig -BlogId $blogId
134+
Set-BloggerConfig -Name BlogId $blogId
135135
136136
### Fetch posts
137137
$posts = Get-BloggerPosts -All

0 commit comments

Comments
 (0)