Skip to content

Commit b898e29

Browse files
authored
Change docs indentation
1 parent 0e24af6 commit b898e29

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ npm install ngx-nullish
4040
import { NgxNullishModule } from 'ngx-nullish';
4141

4242
@NgModule({
43-
imports: [
43+
imports: [
44+
...
45+
NgxNullishModule
46+
],
4447
...
45-
NgxNullishModule
46-
],
47-
...
4848
})
4949
export class AppModule { }
5050
```

0 commit comments

Comments
 (0)