Skip to content

Commit be1523c

Browse files
slorello89banker
andauthored
Apply suggestions from code review
Co-authored-by: Kyle Banker <banker@users.noreply.github.com>
1 parent 1134394 commit be1523c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/gemfire/demo/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ demo$
371371

372372
## More Complex Data Types
373373

374-
This demo also includes an example of using more complex Java types within Gemfire. The `extlib` folder contains 2 jar files:
374+
This demo also includes an example of using more complex Java types within Gemfire. The `extlib` folder contains two jar files:
375375
1. `gemfire-pojo-1.0.jar`
376376
2. `redis-connect-custom-stage-sample-*.jar`
377377

@@ -382,12 +382,12 @@ The first jar contains the code for a `redis.gemfire.Customer` class, which is a
382382
On [http://localhost:8282/swagger-ui/index.html]() go to:
383383

384384
**Create Job Configuration** - `/connect/api/vi/job/config/{jobName}`
385-
<br>_For the customer pojo, use the sample `customer-pojo-job.json` configuration:_ <a href="/examples/postgres/demo/config/samples/payloads/cdc-job.json">Gemfire</a>
385+
<br>_For the customer POJO, use the sample `customer-pojo-job.json` configuration: <a href="/examples/postgres/demo/config/samples/payloads/cdc-job.json">Gemfire</a>
386386
<br>Use '**customer-pojo-job**' as the _**jobName**_
387387
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
388388
<br>
389389

390-
Or use `curl` to create the `customer-pojo-job` configuration
390+
Or use `curl` to create the `customer-pojo-job` configuration:
391391

392392
`$ curl -v -X POST "http://localhost:8282/connect/api/v1/job/config/customer-pojo-job" -H "accept: */*" -H "Content-Type: multipart/form-data" -F "file=@config/samples/payloads/customer-pojo-job.json;type=application/json"`
393393

@@ -514,7 +514,7 @@ done
514514

515515
### Query Data in Redis
516516

517-
Your data is now available in Redis at the keys `{gemfireRegionName}:{gemfireKeyName}`, and be queried in redis using the redis-cli:
517+
Your data is now available in Redis at the keys `{gemfireRegionName}:{gemfireKeyName}` and can be queried in Redis using the redis-cli:
518518

519519

520520
```bash

0 commit comments

Comments
 (0)