Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
workingDog committed Dec 6, 2017
1 parent 17021e7 commit 776206a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Example:
import com.kodekutters.taxii._
// a connection object with a 5 seconds timeout
val conn = new TaxiiConnection("https://test.freetaxii.com:8000", "user-me", "mypassword", 5)
val server = new Server("/com.kodekutters.taxii/", conn)
val server = new Server("/taxii/", conn)
server.discovery.map(d => println("---> discovery " + d))

See the [TAXII 2.0 Specification](https://oasis-open.github.io/cti-documentation/) for the list
Expand Down

0 comments on commit 776206a

Please sign in to comment.