Skip to content

Commit b7b7749

Browse files
committed
Updated the README.md file based on the suggestion.
1 parent 4f1f84e commit b7b7749

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Connecting the Syncfusion React Grid with GraphQL backend in Node.js
1+
# Connecting the Syncfusion Angular Grid with GraphQL backend in Node.js
22

33
GraphQL is a query language that allows applications to request exactly the data needed, nothing more and nothing less. Unlike traditional REST APIs that return fixed data structures, GraphQL enables the client to specify the shape and content of the response.
44

@@ -23,7 +23,7 @@ GraphQL is a query language that allows applications to request exactly the data
2323
1. **Clone the repository**
2424
```bash
2525
git clone <repository-url>
26-
cd GraphQL_React_Sample
26+
cd GraphQL_Angular_Sample
2727
```
2828

2929

0 commit comments

Comments
 (0)