Skip to content

Commit 4f3490f

Browse files
committed
updated readme
1 parent 0cb0ca2 commit 4f3490f

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
@@ -1,6 +1,6 @@
11
# apex-graphql-query
22

3-
A simple library for building GraphQL queries. Currently only offers parital support.
3+
A simple library for building GraphQL queries in Salesforce's Apex Language. *Currently only offers parital support.*
44

55
## Example:
66

@@ -17,7 +17,7 @@ A simple library for building GraphQL queries. Currently only offers parital su
1717
}
1818
```
1919

20-
**Apex**
20+
**Equivalent Apex**
2121

2222
``` java
2323
GraphQLNode human = new GraphQLNode('human')

0 commit comments

Comments
 (0)