diff --git a/docs/index.md b/docs/index.md index 71da8a1b5..766c7f8e3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,7 +17,7 @@ title: Fault tolerant job scheduler for Mesos ## Overview -Chronos is Airbnb's replacement for `cron`. It is a distributed and fault-tolerant scheduler that runs on top of [Apache Mesos][mesos] that can be used for job orchestration. It supports custom Mesos executors as well +Chronos is a replacement for `cron`. It is a distributed and fault-tolerant scheduler that runs on top of [Apache Mesos][mesos] that can be used for job orchestration. It supports custom Mesos executors as well as the default command executor. Thus by default, Chronos executes `sh` (on most systems bash) scripts. @@ -52,4 +52,4 @@ You can either download an archive of the latest Chronos release using the Downl [ISO8601]: http://en.wikipedia.org/wiki/ISO_8601 "ISO8601 Standard" -[mesos]: https://mesos.apache.org/ "Apache Mesos" \ No newline at end of file +[mesos]: https://mesos.apache.org/ "Apache Mesos"