Skip to content

Commit 916fe94

Browse files
authored
Update README.md
1 parent d87f906 commit 916fe94

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A lightweight, high-performance Angular data table component with features like virtual scrolling, column freezing, and customizable templates.
44

5-
## Demo [NgxSimpleDatatable](https://ngx-simple-datatable.stackblitz.io/)
5+
66

77
![NgxSimpleDatatable Screenshot](projects/ngx-simple-datatable/assets/image.png)
88

@@ -19,15 +19,15 @@ A lightweight, high-performance Angular data table component with features like
1919
## Installation
2020

2121
```bash
22-
npm install ngx-simple-datatable --save
22+
npm install ngx-simple-datatables --save
2323
```
2424

2525
## Basic Usage
2626

2727
1. Import the module in your `app.module.ts`:
2828

2929
```typescript
30-
import { NgxSimpleDatatableModule } from "ngx-simple-datatable";
30+
import { NgxSimpleDatatableModule } from "ngx-simple-datatables";
3131

3232
@NgModule({
3333
imports: [
@@ -54,7 +54,7 @@ export class AppModule {}
5454

5555
```typescript
5656
import { Component } from "@angular/core";
57-
import { ColumnConfig } from "ngx-simple-datatable";
57+
import { ColumnConfig } from "ngx-simple-datatables";
5858

5959
interface UserData {
6060
id: number;

0 commit comments

Comments
 (0)