Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit 109bb86

Browse files
authored
Update readme.md
1 parent a849f0f commit 109bb86

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

readme.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55

66
## Description
77

8-
This Extension for Symfony provides a Generation Service which can be used - after registering the provided extension -
9-
in your code to generate typescript code from the application route.
8+
This Extension for the symfony framework provides a Generator which can be used - after registering the provided extension in your symfony application -
9+
in your code to generate typescript code from the application routes. These generated routes can be used in your typescript code to reference the symfony
10+
application routes.
1011

1112
## Installation
1213

@@ -73,7 +74,7 @@ export const path_users_route = (queryParams?: Record<string, string>): string =
7374
And can be used like this
7475

7576
```Typescript
76-
//paths.ts
77+
//example.ts
7778
import * as $ from "jquery";
7879
import {path_users_route} from "./paths";
7980

0 commit comments

Comments
 (0)