Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jernejpregelj committed Aug 28, 2017
2 parents b5588e2 + 8eb2655 commit 3ae301a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
CRAB is the CRUD model in databases applied to blockchains:

| Database | Blockchain |
| ------------ | ----------- |
| **C**reate | **C**reate |
| **R**eceive | **R**eceive |
| **U**pdate | **A**ppend |
| **D**elete | **B**urn |
| Database | Blockchain |
| ---------- | ------------ |
| **C**reate | **C**reate |
| **R**ead | **R**etrieve |
| **U**pdate | **A**ppend |
| **D**elete | **B**urn |

## Table of Contents

- [Setup](#setup)
- [Usage](#usage)
- [Examples](#examples)
- [Create an asset](#example-create-an-asset)
- [Receive assets](#example-receive-assets)
- [Retrieve assets](#example-retrieve-assets)
- [Append a transaction](#example-append-a-transaction)
- [Burn an asset](#example-burn-an-asset)
- [License](#license)
Expand Down Expand Up @@ -71,7 +71,7 @@ bdbOrm.myModel
})
```

### Example: Receive assets
### Example: Retrieve assets

```javascript
// get all objects with retrieve()
Expand Down

0 comments on commit 3ae301a

Please sign in to comment.