Skip to content

Commit 7419db8

Browse files
authored
Update README.md
1 parent 39603cb commit 7419db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The generator will create the following units:
2828

2929
### Using the client
3030

31-
To use the client, just add the generated units to your uses classes and instantiate the interfaces. Note that the generated code depends on the units provided in the Dist folder, so you must also add them to your project.
31+
To use the client, just add the generated units to your uses classes and instantiate the interfaces. Note that the generated code depends on the units provided in the [Dist](Dist) folder, so you must also add them to your project.
3232

3333
Once you instantiate a service, just call a method to invoke an endpoint. The following example will create a new pet in the server by invoking the `POST /Pets` endpoint:
3434

0 commit comments

Comments
 (0)