Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix README.md code blocking.
  • Loading branch information
Majidkn authored Nov 26, 2022
1 parent bef8e94 commit 9e460ee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,11 @@ We need to build a Video service so users can share there videos with others, bu
providers: [AppService],
})
export class AppModule {}
```

Until now everything is fine, but let's make our application,
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:
```

Until now everything is fine, but let's make our application,
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:

```ts
// app.controller.ts
...
Expand Down

0 comments on commit 9e460ee

Please sign in to comment.