Skip to content

Commit ffc8056

Browse files
committed
chore: update readme
1 parent 3cefe1b commit ffc8056

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
Build a basic CRUD frontend application with React & GraphQL, also includes Gitlab's CI/CD Pipeline setup which enable the auto deployment into OpenShift.
5+
Build a basic CRUD frontend application with React & GraphQL.
66

77
## Technologies
88

@@ -153,10 +153,10 @@ generates:
153153
src/generated/graphql.tsx:
154154
plugins:
155155
...
156-
<b>config:
156+
config:
157157
withHOC: false
158158
withComponent: false
159-
withHooks: true</b>
159+
withHooks: true
160160
```
161161
162162
> In this tutorial we will only use the React Hooks, therefore the `HOC` and `Component` code generation are disabled.
@@ -448,4 +448,4 @@ cd react-graphql-sample
448448
npm start
449449
```
450450
451-
> You should see the `UserList` and `AddUser` components correctly rendered, and all the CRUD operations should work normally.
451+
> You should see the `UserList` and `AddUser` components correctly rendered, and all the CRUD operations should work normally.

0 commit comments

Comments
 (0)