Skip to content

Commit d416204

Browse files
committed
Fix paths in README
1 parent 1c455a6 commit d416204

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.MD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you want to use Angular 5, use **``^0.4.0``**.
2727
If you experience errors like below, **please double check the version you use.**
2828

2929
``ERROR in Error: Metadata version mismatch for module [...]/angular/node_modules/ng-http-loader/ng-http-loader
30-
.module.d.ts, found version 4, expected 3, resolving symbol AppModule in [...]/angular/src/app/app.module.ts``
30+
.module.d.ts, found version 4, expected 3, resolving symbol AppModule in [...]/angular/src/app.module.ts``
3131

3232

3333
## Requirements
@@ -120,7 +120,7 @@ export class AppComponent {
120120
[...]
121121
}
122122
```
123-
The different spinners available are referenced in [this class](src/app/spinkits.ts).
123+
The different spinners available are referenced in [this class](src/spinkits.ts).
124124

125125

126126
**_Otherwise, you can simply reference the chosen spinner as a simple string_**:
@@ -142,7 +142,7 @@ You can filter the requests that shouldn't be caught by the interceptor by provi
142142

143143
## Misc
144144

145-
Each Spinkit component defined in [SPINKIT_COMPONENTS](src/app/spinkits.ts#L31) can be used independently.
145+
Each Spinkit component defined in [SPINKIT_COMPONENTS](src/spinkits.ts#L31) can be used independently.
146146

147147
## Credits
148148

0 commit comments

Comments
 (0)