Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmerk authored Apr 27, 2021
1 parent 6005863 commit b28dd6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ current_function()
@D4C.synchronized or @D4C.synchronized(true, false)
```

See [usage-example](#usage-example)
See [class-and-method-decorators-usage](#class-and-method-decorators-usage)

### Global usage

Expand Down Expand Up @@ -347,7 +347,7 @@ becomes
D4C.apply(asyncFun, { args:["asyncFun_arg1"], tag: "queue1"})
```

### instance usage
### Instance usage

Make a instance first, there is a default tag so that setting a unique tag for a unique queue is optional.

Expand Down

0 comments on commit b28dd6e

Please sign in to comment.