Skip to content

Commit c0484a7

Browse files
committed
docs(project): updated the readme to fix imgs for npm publish
1 parent 0d003cf commit c0484a7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
1919
<p align="center">
2020
<img alt="@angular-material-extensions/faq" style="text-align: center;"
21-
src="assets/demo.gif">
21+
src="https://raw.githubusercontent.com/angular-material-extensions/faq/HEAD/assets/demo.gif">
2222
</p>
2323

2424
## Built by and for developers :heart:
2525
Do you have any question or suggestion ? Please do not hesitate to contact us!
26-
Alternatively, provide a PR | open an appropriate issue [here](https://github.com/angular-material-extensions/contacts/issues)
26+
Alternatively, provide a PR | open an appropriate issue [here](https://github.com/angular-material-extensions/faq/issues)
2727

2828
If did you like this project, support [angular-material-extensions](https://github.com/angular-material-extensions)
2929
by starring :star: and sharing it :loudspeaker:
@@ -47,12 +47,12 @@ by starring :star: and sharing it :loudspeaker:
4747

4848
## [Demo](https://angular-material-extensions.github.io/faq)
4949

50-
View all the directives in action at [https://angular-material-extensions.github.io/faq](https://angular-material-extensions.github.io/faq)
50+
View all the directives and components in action at [https://angular-material-extensions.github.io/faq](https://angular-material-extensions.github.io/faq)
5151

5252
<a name="dependencies"/>
5353

5454
## Dependencies
55-
* [Angular v6.x](https://angular.io) (*requires* Angular 2 or higher, tested with 2.0.0) - Angular V6 - Material V6 are now supported
55+
* [Angular v6.x](https://angular.io) (*requires* Angular 2 or higher) - Angular V6 - Material V6 are now supported
5656

5757
<a name="peerDependencies"/>
5858

@@ -166,7 +166,7 @@ add the `mat-faq` or the `mat-faq-admin` element to your template:
166166

167167
<p align="center">
168168
<img alt="@angular-material-extensions/faq" style="text-align: center;"
169-
src="assets/demo-mat-faq.png">
169+
src="https://raw.githubusercontent.com/angular-material-extensions/faq/HEAD/assets/demo-mat-faq.png">
170170
</p>
171171

172172
```html
@@ -204,7 +204,7 @@ asked question to the backend, firebase ... and so on..**
204204

205205
<p align="center">
206206
<img alt="mat-faq-admin" style="text-align: center;"
207-
src="assets/demo-mat-faq-admin.png">
207+
src="https://raw.githubusercontent.com/angular-material-extensions/faq/HEAD/assets/demo-mat-faq-admin.png">
208208
</p>
209209

210210
```html
@@ -235,16 +235,16 @@ export class HomeComponent implements OnInit {
235235

236236
## [Documentation](https://angular-material-extensions.github.io/faq/doc/index.html)
237237

238-
Please checkout the full documentation [here](https://anthonynahas.github.io/@angular-material-extensions/faq/doc/index.html)
239-
or follow the official [tutorial](https://anthonynahas.github.io/@angular-material-extensions/faq/getting-started)
238+
Please checkout the full documentation [here](https://angular-material-extensions.github.io//faq/doc/index.html)
239+
or follow the official [tutorial](https://angular-material-extensions.github.io//faq/getting-started)
240240

241241
<a name="run-demo-app-locally"/>
242242

243243
## Run Demo App Locally
244244

245245
- [clone this repo](https://github.com/angular-material-extensions/faq.git) by running
246246
```bash
247-
$ git clone https://github.com/AnthonyNahas/ngx-auth-firebaseui.git
247+
$ git clone https://github.com/angular-material-extensions/faq.gi
248248
```
249249

250250
- link the **@angular-material-extensions/faq** package
@@ -321,7 +321,7 @@ $ npm run lint
321321
## Other Angular Libraries
322322
- [ngx-auth-firebaseui](https://github.com/AnthonyNahas/ngx-auth-firebaseui)
323323
- [ngx-material-pages](https://github.com/AnthonyNahas/ngx-material-pages)
324-
- [ngx-material-password-strength](https://github.com/AnthonyNahas/ngx-material-password-strength)
324+
- [@angular-material-extensions/password-strength](https://github.com/angular-material-extensions/password-strength)
325325
- [@angular-material-extensions/contacts](https://github.com/angular-material-extensions/contacts)
326326
- [@angular-material-extensions/combination-generator](https://github.com/angular-material-extensions/combination-generator)
327327

0 commit comments

Comments
 (0)