From c8d7f17398f3fa55ad5c29f1bfc40ce5cd90feb0 Mon Sep 17 00:00:00 2001 From: Nicolas Mora Date: Wed, 3 Jan 2018 09:05:32 -0500 Subject: [PATCH] Fix typos --- API.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 3ec125b0..72a85caf 100644 --- a/API.md +++ b/API.md @@ -59,7 +59,7 @@ If you already have programs that use Ulfius 1.x and want to update them to the #### Endpoints definitions -Endpoints structure have change, `ulfius_add_endpoint_by_val` now requires only one callback function, but requires a priority number. +Endpoints structure have changed, `ulfius_add_endpoint_by_val` now requires only one callback function, but requires a priority number. If you don't use authentication callback functions, you can simply remove the `NULL, NULL, NULL` parameters corresponding to the former authentication callback function pointer, the authentication callback user data, and the realm value. Then add any number as a priority, 0 for example. diff --git a/README.md b/README.md index 69bb218a..87507d96 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Example callback functions are available in the folder [example_callbacks](https - [Angharad](https://github.com/babelouest/angharad), House automation system for ZWave and other types of devices - [Glewlwyd](https://github.com/babelouest/glewlwyd), a lightweight OAuth2 authentication server that provides [JSON Web Tokens](https://jwt.io/) -- [Hutch](https://github.com/babelouest/hutch), a safe locker for passwords and other secrets, using encryption on the client side only +- [Hutch](https://github.com/babelouest/hutch), a safe locker for passwords and other secrets, using client side encryption only - [Taliesin](https://github.com/babelouest/taliesin), a lightweight audio streaming server - [Taulas Raspberry Pi Serial interface](https://github.com/babelouest/taulas/tree/master/taulas_raspberrypi_serial), an interface for Arduino devices that implent [Taulas](https://github.com/babelouest/taulas/) protocol, a house automation protocol