Skip to content

Commit c0ac02d

Browse files
update
1 parent 85bfacf commit c0ac02d

File tree

3 files changed

+837
-884
lines changed

3 files changed

+837
-884
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ 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, ScrollbarConfig, SCROLLBAR_CONFIG } from '@synapsium/ngx-scrollbar';
3635

3736
const DEFAULT_SCROLLBAR_CONFIG: ScrollbarConfig = {
3837
autoHide: true,

0 commit comments

Comments
 (0)