diff --git a/CHANGELOG.md b/CHANGELOG.md index 080b847957e283b637781d1dcd6e26b3a21b0e9a..7e7bc8f3346c03f68b8a31711fc21f7fb7a9c63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). +## [Unreleased] + ## [2.2.1] - 2018-11-20 ### Added - New duration field in the tournament API. diff --git a/README.md b/README.md index dcdc250632acfe03e2502b4422d71629dbb01443..820e09758217bca9e13fb426a9dbcddc05921635 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ When connected you'll see server output which describes all settings the server ## Usage -Nakama supports a variety of protocols optimized for various gameplay or app use cases. For request/response it can use GRPC with a HTTP1.1+JSON fallback (REST). For realtime communication you can use WebSockets or rUDP. +Nakama supports a variety of protocols optimized for various gameplay or app use cases. For request/response it can use GRPC or the HTTP1.1+JSON fallback (REST). For realtime communication you can use WebSockets or rUDP. For example with the REST API to authenticate a user account with a custom identifier.