From 3a4ba91e2088e46f10a3f668bbf7cc746745aab8 Mon Sep 17 00:00:00 2001 From: Emmanuel Baccelli Date: Tue, 31 May 2016 19:23:35 +0200 Subject: [PATCH] Update README.md addressed comments --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5546de6c20..5fad55ed03 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ The friendly Operating System for IoT! RIOT is a real-time multi-threading operating system that supports a range of devices that are typically found in the Internet of Things (IoT): -8-bit microcontrollers, 16-bit microcontrollers and light-weight 32-bit processors. +8-bit, 16-bit and 32-bit microcontrollers. RIOT is based on the following design principles: energy-efficiency, real-time capabilities, small memory footprint, modularity, and uniform API access, @@ -54,10 +54,10 @@ RIOT is based on a microkernel architecture, and provides features including, bu * IPv6 * 6LoWPAN (RFC4944, RFC6282, and RFC6775) * UDP -* RPL +* RPL (storing mode, P2P mode) * CoAP * CCN-Lite -* ... + ## GETTING STARTED * You want to start the RIOT? Just follow our [Getting started documentation](https://github.com/RIOT-OS/RIOT/wiki/Introduction)