Talking to my computer through Serial

You might try the below as the h in hello would probably be at position 0 instead of 1 in the string being evaluated.

if (readString.indexOf("hello") >=0) {