Skip to content

Commit 9c171cf

Browse files
committed
Basic Usage
1 parent 1cf7be2 commit 9c171cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

counters/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Counters(String streamName, Connection conn) throws IOException, JetStrea
5757
public Counters(String streamName, Connection conn, JetStreamOptions jso) throws IOException, JetStreamApiException
5858
```
5959

60-
### Use Counter
60+
### Counters instance API
6161
```java
6262
public BigInteger add(String subject, int value) throws JetStreamApiException, IOException
6363
public BigInteger add(String subject, long value) throws JetStreamApiException, IOException

0 commit comments

Comments
 (0)