From c19f19507049c1380ada72c0a56998d331186582 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Wed, 22 Mar 2017 17:03:30 +0900 Subject: [PATCH] update it --- INSTALL.md | 2 +- README.md | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index ae13112067..2558349915 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -19,7 +19,7 @@ Build from Git Install SCTP for Mac OS X 10.11(El Captian) -******************************************* +=========================================== - Reference : https://github.com/sctplab/SCTP_NKE_ElCapitan - Start up in OS X Recovery by holding down Command-R while the Mac is starting up Choose Terminal from the Utilities menu. diff --git a/README.md b/README.md index 32613b7224..9bd7df3891 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -CellWire is an implementation of 3gpp EPC(MME, SGW, PGW, HSS) +CellWire is an implementation of 3GPP EPC(MME, SGW, PGW, HSS) -The implemntation consists in several components: +The implementation consists in several components: - lib/core : the library contains the core of the framework. memory pool, thread, lock, timer, ... @@ -19,6 +19,4 @@ The implemntation consists in several components: - src/hss : the heart of HSS protocol stack -See LICENSE file for legal information on this software. - -See INSTALL for information on building and using this software. +See INSTALL.md for information on building and using this software.