Skip to content

Commit 78093f8

Browse files
committed
fixing readme
1 parent f491be5 commit 78093f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ The SDK supports the operations set, setOnce, unset, and add on individual user
9393

9494
Note: if a user property is used in multiple operations on the same `Identify` object, only the first operation will be saved, and the rest will be ignored. In this example, only the set operation will be saved, and the add and unset will be ignored:
9595

96-
```javascript
97-
var identify = new amplitude.Identify().set('karma', 10).add('karma', 1).unset('karma');
98-
amplitude.identify(identify);
99-
```
96+
```javascript
97+
var identify = new amplitude.Identify().set('karma', 10).add('karma', 1).unset('karma');
98+
amplitude.identify(identify);
99+
```
100100

101101
# Tracking Revenue #
102102

0 commit comments

Comments
 (0)