Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
medoror-mo authored Dec 3, 2024
1 parent 0b6f41f commit 9228466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/basics/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ You can use the `ShortcutApiEx.Epics.list_epics/1` function to fetch a list of e
elixir
```
token = "your_shortcut_api_token"
{:ok, epics} = ShortcutApiEx.Epics.list_epics(token)
```
{:ok, epics} = ShortcutApi.Epics.list_epics(token)
```

0 comments on commit 9228466

Please sign in to comment.