Skip to content

Commit

Permalink
Update examples README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rbw committed Jun 5, 2020
1 parent 5569054 commit 5d91646
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $ python run.py table.read.nested
```

Read
****
----

| path | description |
|--------------------|-------------|
Expand All @@ -19,22 +19,22 @@ Read
|table.read.selective|Fetch records with a subset of fields of the built-in IncidentSchema schema|

Create
******
------

| path | description |
|----------------------|-------------|
|table.create|Create a new Incident record|

Update
******
------

| path | description |
|----------------------|-------------|
|table.update.by_id|Update an Incident record by ID|
|table.update.by_number|Update an Incident record by number|

Delete
******
------

| path | description |
|----------------------|-------------|
Expand Down

0 comments on commit 5d91646

Please sign in to comment.