serial input to arduino

I don't think this works for generating a string:-
char c = Serial.read();
readString += c;}
It will not add a character onto the end of a string like you think.