Skip to content

Commit fd7639a

Browse files
authored
Update README.mkd
1 parent f81e3cd commit fd7639a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mkd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if err != nil {
2424
// Fetch a project you already made
2525
project, err := client.GetProject(org, "my-project-slug")
2626
if err != nil {
27-
panice(err)
27+
panic(err)
2828
}
2929

3030
// Create a new Client DSN via the API

0 commit comments

Comments
 (0)