Skip to content

Commit 035fe3a

Browse files
committed
Refactor routes section in the README.md.
1 parent f10093d commit 035fe3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ There are several demonstration files available in this template.
125125

126126
```
127127
├── /conf/
128-
── routes
128+
── routes
129129
```
130130

131131
* All the route definitions should be included in this file based on higher priority first. In this example project following route is added to retrieve the summary.
@@ -138,9 +138,9 @@ GET /summary controllers.HomeController.appSummary()
138138

139139
```
140140
├── /ui/
141-
── src
142-
── app
143-
── app.service.ts
141+
── /src/
142+
── /app/
143+
── app.service.ts
144144
```
145145

146146
```javascript

0 commit comments

Comments
 (0)