Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Crosa committed Feb 15, 2010
1 parent a5f6756 commit 455e0b7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Expand Up @@ -41,9 +41,7 @@ Create a client and run it:
### Custom behavior
First you need to define what you want to do with the stream. Here's an example that just prints every line we get to stdout:

1.
CustomProcessing.scala

CustomProcessing.scala

package com.linkedin.led.twitter.streaming
import java.io.InputStream
Expand All @@ -64,8 +62,6 @@ First you need to define what you want to do with the stream. Here's an example
}
}


2.
package com.linkedin.led.twitter.streaming
object TestStream {
def main(args: Array[String]) = {
Expand Down

0 comments on commit 455e0b7

Please sign in to comment.