Ivan Asmer 3 éve
szülő
commit
db15f42980
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -9,6 +9,7 @@ const proxiedObject = jsonSchemaProxy(objectToProxy, inputJsonSchema, outputJson
 
 ```
 `proxiedObject.foo = 'some value'` will cause exception in case of failed inSchema validation. Object remains untouched 
+
 `let variable      = proxiedObject.foo` will give undefined in case of failed outSchema validation.
 
 `outSchema` can be omitted if you don't need output validation.