Skip to content

Commit 4b5486d

Browse files
Update lifecycle-identity.md (#488)
* Update lifecycle-identity.md Version is only for Runme, not cells. * Overwrite default identity of none using --identity flag --------- Co-authored-by: Sebastian Tiedtke <sebastiantiedtke@gmail.com>
1 parent 8688058 commit 4b5486d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration/lifecycle-identity.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ With this feature, you can easily track changes, versions, and the complete hist
88
99
### Usage
1010

11-
The following metadata will be added to your Markdown file :
11+
The following metadata will be added to your Markdown file:
1212

1313
`id`: The unique identifier that represents the specific instance of your document or cell.
1414

15-
`version`: The current version number on your document or cell is the version of Runme you are using.
15+
`version`: The current version number on your document is the version of Runme you are using.
1616

1717
Here is a sample of what the lifecycle identity on your file looks like:
1818

@@ -25,7 +25,7 @@ runme:
2525
To manually add the lifecycle identity to your markdown file, use the following command:
2626
2727
```sh {"id":"01HYX1H6800B70SWHVG6MFMHFM"}
28-
runme fmt --write
28+
runme fmt --identity all --write
2929
```
3030

3131
> Note: Each document or cell will have a unique identifier generated by Runme. Do not edit these to avoid conflicts.

0 commit comments

Comments
 (0)