v3-core
v3-core copied to clipboard
docs: clarify tick spacing parameter behavior in README
Uniswap v3 introduces the concept of tick spacing, which determines how granular the price ticks can be in a pool. This PR adds a short note explaining that tick spacing is defined at pool deployment and cannot be changed afterward. This improves clarity for developers integrating custom pool factories.