From e284e4819239c75c3c3437a753ae1d33e722f6b8 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 4 Apr 2021 14:04:40 +0200 Subject: [PATCH] Fix typos in README.md Change-Id: Ia2227b989dee0e57a41764ddfeca10e120c602e4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a635dec..1098192 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ osmo-ccid-firmware - CCID implementation (not just) for firmware This repository contains a C-language implementation of the USB CCID (Smart Card Reader) device class. The code is written in a portable -fashin and can be found in the `ccid_common` sub-directory. +fashion and can be found in the `ccid_common` sub-directory. The code can be built to run as an userspace program on Linux, implementing a USB Gadget using the FunctionFS interface. For this @@ -31,7 +31,7 @@ Contributing Our coding standards are described at -We us a gerrit based patch submission/review process for managing +We use a gerrit based patch submission/review process for managing contributions. Please see for more details