diff --git a/lib/livebook/notebook/learn/github_stars.livemd b/lib/livebook/notebook/learn/github_stars.livemd index 89326d847..593bf96db 100644 --- a/lib/livebook/notebook/learn/github_stars.livemd +++ b/lib/livebook/notebook/learn/github_stars.livemd @@ -140,7 +140,7 @@ Let's try our client. Execute the cell below. You should see a list of GitHub users who starred the repository. ```elixir -repo_name = "livebook-dev/livebook" +repo_name = "livebook-dev/vega_lite" stargazers = case GitHubApi.stargazers(repo_name) do