Skip to content

Commit 186a388

Browse files
authored
Merge pull request #163 from ilmalte/patch-1
Rename index.ts to cli.dart in quickstart guide
2 parents 1a75f25 + 7adee8e commit 186a388

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OpenAPI/kiota/quickstarts/dart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ kiota generate -l dart -d posts-api.yml -c PostsClient -o ./client
5454
5555
## Create the client application
5656

57-
Create a file in the root of the project named **index.ts** and add the following code.
57+
Create a file in the root of the project named **cli.dart** and add the following code.
5858

5959
:::code language="dart" source="~/code-snippets/get-started/quickstart/dart/bin/cli.dart" id="ProgramSnippet":::
6060

0 commit comments

Comments
 (0)