Skip to content

Commit

Permalink
Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiraux committed Feb 21, 2019
1 parent 2ab67f8 commit 0df5ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A test suite for QUIC


The test suite comprises a minimal Go implementation of QUIC which is
currently draft-16 and TLS-1.3 compatible, as well as several
currently draft-17/18 and TLS-1.3 compatible, as well as several
test scenarii built upon this implementation. The test suite outputs its
result as JSON files, which contains the result, the decrypted packets
exchanged, as well as a pcap file and exporter secrets.
Expand All @@ -26,7 +26,7 @@ openssl headers installed before starting.
cd $GOPATH/src/github.com/mpiraux/ls-qpack-go
make

The test suite is run by the scripts in ``bin/test_suite/``. For help
The test suite is run using the scripts in ``bin/test_suite/``. For help
about their usage see:

::
Expand Down

0 comments on commit 0df5ced

Please sign in to comment.