Skip to content

Commit eb8375d

Browse files
update doc
1 parent 85bfacf commit eb8375d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Import ngx-scrollbar style into your project `styles.css`
3131
Add `ScrollbarModule` to module
3232

3333
```javascript
34-
import { ScrollbarModule } from 'ngx-scrollbar-dev/scrollbar.module';
35-
import { ScrollbarConfig, SCROLLBAR_CONFIG } from 'ngx-scrollbar-dev/scrollbar.config';
34+
import { ScrollbarModule } from 'ngx-scrollbar/scrollbar.module';
35+
import { ScrollbarConfig, SCROLLBAR_CONFIG } from 'ngx-scrollbar/scrollbar.config';
3636

3737
const DEFAULT_SCROLLBAR_CONFIG: ScrollbarConfig = {
3838
autoHide: true,

0 commit comments

Comments
 (0)