diff --git a/docs/en/modules/hmc5883l.md b/docs/en/modules/hmc5883l.md index fbd01269..213dc0c2 100644 --- a/docs/en/modules/hmc5883l.md +++ b/docs/en/modules/hmc5883l.md @@ -18,7 +18,7 @@ temperature multiplied with 10 (integer) #### Example ```lua -hmc5883.init(1, 2) +hmc58831.init(1, 2) local x,y,z = hmc5883l.read() print(string.format("x = %d, y = %d, z = %d", x, y, z)) ```