Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Reword add-item command as suggested by @nacnudus
Browse files Browse the repository at this point in the history
Signed-off-by: Arnau Siches <arnau.siches@digital.cabinet-office.gov.uk>
  • Loading branch information
Arnau Siches committed Apr 20, 2018
1 parent beeb60f commit 8f4530d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions content/rsf-spec/index.md
Expand Up @@ -129,8 +129,9 @@ assert-root-hash sha-256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991

#### <a id="add-item-command">`add-item` command</a>

Adds a new [Item resource][item-res] to the register. It will require an
[`append-entry` command](#append-entry-command) to make it visible to users.
Adds a new [Item resource][item-res] to the register. There must be at least
an [`append-entry` command](#append-entry-command) referencing the item's hash
later on to make the RSF patch [valid](#validation-rules).

##### Arguments

Expand Down Expand Up @@ -164,7 +165,7 @@ append-entry user GB 2010-11-12T13:14:15Z sha-256:08bef0039a4f0fb52f3a5ce4b97d79
```


### Validation rules
### <a href="validation-rules">Validation rules</a>

A RSF list of commands is expected to conform to the following rules:

Expand Down

0 comments on commit 8f4530d

Please sign in to comment.