minor typos in README corrected

This commit is contained in:
smlng 2016-09-19 12:09:46 +02:00
parent 0d901c410f
commit f9432cef4b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ The module `gnrc_slip` (Serial line IP) enables the RIOT network stack to
communicate IP packets over the serial interface. This collection of tools communicate IP packets over the serial interface. This collection of tools
originally from Contiki [1] enables Linux to interpret this data. Though there originally from Contiki [1] enables Linux to interpret this data. Though there
is a tool for such operations on Linux (`slattach`) it is only able to handle is a tool for such operations on Linux (`slattach`) it is only able to handle
IPv4 packages and is unnessarily complicated. IPv4 packages and is unnecessarily complicated.
# Installation # Installation
Just install them using Just install them using

View File

@ -5,7 +5,7 @@
This repository includes a [Vagrantfile](https://github.com/RIOT-OS/RIOT/blob/master/Vagrantfile) This repository includes a [Vagrantfile](https://github.com/RIOT-OS/RIOT/blob/master/Vagrantfile)
to create and control a Linux virtual machine based on an Ubuntu 16.04 (64-bit) image that contains to create and control a Linux virtual machine based on an Ubuntu 16.04 (64-bit) image that contains
all necessary toolchains and dependencies to build and flash compatible devices with RIOT. all necessary toolchains and dependencies to build and flash compatible devices with RIOT.
The advantage of using this VM is to have a reproducable, portable and even disposable environment The advantage of using this VM is to have a reproducible, portable and even disposable environment
that can be used to develop for RIOT with decreased setup times and without the requirement of that can be used to develop for RIOT with decreased setup times and without the requirement of
making changes to the underlying host system. making changes to the underlying host system.