Skip to content

Commit 936af83

Browse files
committed
Use 'resolution' instead of 'precision' in landing page headline
1 parent 90cc156 commit 936af83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<div class="container">
127127
<section class="hero">
128128
<span class="hero-tag">Solidity Library</span>
129-
<h1>Stop paying for precision you don't need.</h1>
129+
<h1>Stop paying for resolution you don't need.</h1>
130130
<p class="hero-desc">A Solidity library that compresses uint256 values into smaller types for tighter struct packing and lower gas costs.</p>
131131
<div class="hero-cta">
132132
<a class="btn btn-primary" href="https://github.com/0xferit/uint-quantization-lib">View on GitHub</a>

0 commit comments

Comments
 (0)