diff --git a/TUTORIAL.md b/TUTORIAL.md index 15d6fcac2..486f955e7 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -97,7 +97,7 @@ const util = require('util'); /** * Support the Updating of values within the SmartContract */ -class UpdateValues extends Contract +class UpdateValues extends Contract{ constructor(){ super('UpdateValuesContract');