Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BolZer authored Jul 31, 2021
1 parent a849f0f commit 109bb86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

## Description

This Extension for Symfony provides a Generation Service which can be used - after registering the provided extension -
in your code to generate typescript code from the application route.
This Extension for the symfony framework provides a Generator which can be used - after registering the provided extension in your symfony application -
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
application routes.

## Installation

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

```Typescript
//paths.ts
//example.ts
import * as $ from "jquery";
import {path_users_route} from "./paths";

Expand Down

0 comments on commit 109bb86

Please sign in to comment.