Skip to content

Commit 8f4a386

Browse files
authored
Update README.md
1 parent 6f899db commit 8f4a386

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ on your business logic.
4444

4545
### Maintaining lock_version during business transactions
4646

47-
You can keep track of a lock version during a business transaction:
47+
You can keep track of a lock version during a business transaction by informing your API or HTML client about the current version:
4848
```html
4949
<input type="hidden" name="lock_version" value="{{$blogPost->lock_version}}"
5050
```
51+
5152

5253
So if two authors are editing the same content concurrently,
5354
you can keep track of your **Read State**, and ask the second
@@ -146,4 +147,4 @@ Clone the repo, perform a composer install and run:
146147
## License
147148

148149
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
149-
ense (MIT). Please see License File for more information.
150+
ense (MIT). Please see License File for more information.

0 commit comments

Comments
 (0)