README.md in husc-0.3.1 vs README.md in husc-0.3.2

- old
+ new

@@ -83,11 +83,11 @@ # checkbox doc.send(id:'id attribute', check:true) # check doc.send(id:'id attribute', check:false) # uncheck # button click -doc.send(id:'id attribute', button:true) # click -doc.send(id:'id attribute', button:false) # unclick +doc.send(id:'id attribute', click:true) # click +doc.send(id:'id attribute', click:false) # unclick # example of specify other attribute doc.send(name:'name attribute', value:'hello') doc.send(class:'class attribute', value:100)