Skip to content

Commit

Permalink
chore: bump usage stats to 3M sdk installs / month
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Nov 2, 2024
1 parent 42d35e8 commit cbf21fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/home/Usage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const users: User[] = [
];

const stats = [
{ name: "SDK installs / month", value: 2000000 },
{ name: "SDK installs / month", value: 3000000 },
{ name: "GitHub stars", value: 6000 },
{ name: "Docker pulls", value: 500000 },
];
Expand Down

0 comments on commit cbf21fc

Please sign in to comment.