Skip to content

Commit 250e3e4

Browse files
authored
Merge pull request #87 from Majidkn/patch-1
Update README.md
2 parents bef8e94 + 9e460ee commit 250e3e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,11 @@ We need to build a Video service so users can share there videos with others, bu
9797
providers: [AppService],
9898
})
9999
export class AppModule {}
100-
```
101-
102-
Until now everything is fine, but let's make our application,
103-
assume that we have list of video names, user can - _according to our roles_ - `create:own` new video, and `read:any` video, so let's build it:
104100
```
105101

102+
Until now everything is fine, but let's make our application,
103+
assume that we have list of video names, user can - _according to our roles_ - `create:own` new video, and `read:any` video, so let's build it:
104+
106105
```ts
107106
// app.controller.ts
108107
...

0 commit comments

Comments
 (0)