Skip to content

Commit

Permalink
Merge pull request #11 from hobofan/patch-1
Browse files Browse the repository at this point in the history
docs(readme): fix dead link to metering explanation
  • Loading branch information
axic committed Feb 23, 2018
2 parents c67923b + 8b9d447 commit 1e55a75
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 @@ -9,7 +9,7 @@
Injects metering into webassembly binaries. The metering counts computation
time for a given program in units of `gas`. The metered wasm binary expects an
import that functions as the gas counter. This works for binary version 0xD.
For a more detailed description of how this works see [metering.md](https://github.com/ewasm/design/blob/metering/metering.md)
For a more detailed description of how this works see [metering.md](https://github.com/ewasm/design/blob/master/metering.md)

# INSTALL
`npm install wasm-metering`
Expand Down

0 comments on commit 1e55a75

Please sign in to comment.