Hello, I'm trying to make speakingurl remove ```$``` from strings instead of replacing it with ```usd```. Options.symbols doesn't seem to change anything. ```javascript speakingurl("test 123 $123", { symbols: false }); // => 'test-123-usd123' ```