pinterest / riffed

Provides idiomatic Elixir bindings for Apache Thrift
Apache License 2.0
308 stars 37 forks source link

Small confusion in Getting Starting Guide #52

Closed vefjun closed 7 years ago

vefjun commented 7 years ago

In the beginning you state: 'We'll assume you already have a Mix project to work with called rift_tutorial. Feel free to go create one if you don't, using mix new rift_tutorial --sup.'

Should it not be 'mix new riffed_tutorial --sup' ?