From 3e0002f38b8c70423b28f91d5276812da4a37118 Mon Sep 17 00:00:00 2001 From: tsnuggs Date: Wed, 27 Dec 2017 13:14:05 -0700 Subject: [PATCH] - Update the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d221d0c..ad56f9a0 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ This is version 2.0 of the NCOS SDK and applications. The SDK has been simplifie ## SDK Directories - **common** - - Contains the cs.py file which should be copied into an application folder. It is a wrapper for the TCP interface to the router config store. + - Contains files that are useful to include with an app. - **config** - Contains the settings.mk file for Linux users that want to use GNU make for application development instead of python make.py. - **tools**