Skip to content

Commit 632432d

Browse files
authoredSep 19, 2022
Update index.html
Update counter to correctly represent downloads instead of unique users.
1 parent fefc9f8 commit 632432d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -502,10 +502,10 @@ <h2 class="text-4xl text-white font-bold tracking-wide text-center py-8">Social
502502
   suffix: '+',
503503
};
504504
let demo = new CountUp('myTargetElement', 0, 600000, 0, 5, {
505-
suffix: "+ Researchers and counting"
505+
suffix: "+ downloads and counting"
506506
});
507507
demo.start();
508508
</script>
509509
</body>
510510

511-
</html>
511+
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.