From 78e4d01260ef3519e272a04ac207b4246be6f8ad Mon Sep 17 00:00:00 2001 From: PAVAN BANSAL Date: Sat, 20 Feb 2016 21:58:47 +0530 Subject: [PATCH] Fixed typo in README.md "Abstraction" was misspelled as "Abstration", "administrator" was misspelled as "adminstrator" and "browser" was misspelled as "broswer". --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6effcd89..fa72804d 100644 --- a/README.md +++ b/README.md @@ -18,11 +18,11 @@ of minutes with only a few button clicks. Another key design goal is to visualize the OpenFlow pipeline, and all the internals of packet processing. We want to let users play with different -OpenFlow abstrations, change configuration, and see how packets flow through +OpenFlow abstractions, change configuration, and see how packets flow through the system. Flowsim appeals to a diverse group of people: network engineers, system -adminstrators, software developers, and hardware engineers. By learning the +administrators, software developers, and hardware engineers. By learning the foundational abstractions of OpenFlow, users are better prepared to write applications, troubleshoot networks, and even implement the OpenFlow specification. @@ -57,7 +57,7 @@ The RESTful API for the service is located in the 'backend' directory. This is an HTTP/S server using the Restify JavaScript framework to modularly serve RESTful API services. This is our persistence layer for Flowsim. -The bulk of the application runs in a modern JavaScript capable broswer and the +The bulk of the application runs in a modern JavaScript capable browser and the code is located in the 'flowsim-ui' directory. The frontend relies on the angularjs UI framework and the bootstrap css styling library.