This code: ``` items = todotxt.parse('Do something +Foo') items[0].removeProject('Foo') console.log(todotxt.stringify(items)) ``` ... will output text that still has 'Foo' in it. [line 138](https://github.com/byteclubfr/todotxt/blob/master/index.js#L138) uses the wrong prefix for projects; it should be a '+'.