Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
workingDog committed Jan 3, 2019
1 parent 760287d commit 29b584b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -41,6 +41,8 @@ Example:
val conn = new TaxiiConnection("https://test.freetaxii.com:8000", "user-me", "mypassword", 5)
val server = new Server("/taxii/", conn)
server.discovery.map(d => println("---> discovery " + d))

See also [testtaxii](https://github.com/workingDog/testtaxii) for a simple test of **taxii2Lib**.

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

0 comments on commit 29b584b

Please sign in to comment.