Skip to content

Commit e57c6ed

Browse files
committed
typo
1 parent d8ec1a7 commit e57c6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A DynamoDB based Eloquent model and Query builder for Laravel.
1818
+ [save()](#save)
1919
+ [update()](#update)
2020
+ [delete()](#delete)
21-
+ [increment() / decrement()](#increment-/-decrement)
21+
+ [increment() / decrement()](#increment--decrement)
2222
* [Advanced Queries](#advanced-queries)
2323
- [Authentication with model](#authentication-with-model)
2424
* [Register custom user provider](#register-custom-user-provider)
@@ -659,7 +659,7 @@ $response = DB::table('Reply')
659659

660660
### Atomic Counter
661661

662-
DynamoDB [supports Atomic Counter](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html#WorkingWithItems.AtomicCounters). When we call `increment()` and `decrement()` through Model or Query Builder, Atomic Counter will be used under the hood.
662+
DynamoDB [supports Atomic Counter](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/WorkingWithItems.html#WorkingWithItems.AtomicCounters). When we call `increment()` and `decrement()` [through Model](#increment--decrement) or Query Builder, Atomic Counter will be used under the hood.
663663

664664
```php
665665
DB::('Thread')->key([

0 commit comments

Comments
 (0)