To do an inline find and replace using sed use the following syntax
sed -i s/<FIND_TEXT>/<REPLACE_TEXT>/g
-i = Inline s/ = Search /g = Global