From eee4c95354c70ba95957acc0fddd5af5f361418f Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Tue, 18 Sep 2012 17:36:57 -0600 Subject: [PATCH] Rename README --- README.md | 4 ---- README.rst | 7 +++++++ 2 files changed, 7 insertions(+), 4 deletions(-) delete mode 100644 README.md create mode 100644 README.rst diff --git a/README.md b/README.md deleted file mode 100644 index f901767e77..0000000000 --- a/README.md +++ /dev/null @@ -1,4 +0,0 @@ -salt-api -======== - -Generic, modular network access system \ No newline at end of file diff --git a/README.rst b/README.rst new file mode 100644 index 0000000000..b859d6c4fa --- /dev/null +++ b/README.rst @@ -0,0 +1,7 @@ +======== +salt-api +======== + +The Salt API system is used to expose the fundamental aspects of salt control +to external sources. The salt api acts as the bridge between salt itself and +REST, Websockets, etc.