Skip to content

Commit

Permalink
docs: Update README.md example
Browse files Browse the repository at this point in the history
  • Loading branch information
Anush008 authored Dec 8, 2023
1 parent 2be9bc9 commit c7aa68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ PointStruct point =
0,
VectorUtil.toVector(0.0f, 0.1f, 0.2f, 0.3f, 0.4f, 0.5f),
PayloadUtil.toPayload(map));
List<PointStruct> points = Arrays.asList;
List<PointStruct> points = Arrays.asList(point);
client.upsertPoints(collectionName, points, null);
```

Expand Down

0 comments on commit c7aa68f

Please sign in to comment.