Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulrsingh09 committed Aug 24, 2017
1 parent 01ceafa commit f1856cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { NgxGistModule } from 'ngx-gist/dist/ngx-gist.module';
```html
<ngx-gist [gistId]="'{username}/{gistId}'"></ngx-gist>
```
Updated Support For Particular File in a gist
- Updated Support For Particular File in a gist
```html
<ngx-gist [gistId]="'{username}/{gistId}'" [file] = "'<name of the file in gist>'"></ngx-gist>
```
Expand Down

0 comments on commit f1856cc

Please sign in to comment.