From 27e92e25879b06732cc008fb263cee11a2c46e39 Mon Sep 17 00:00:00 2001 From: David Hoover Date: Mon, 13 May 2019 10:46:20 -0700 Subject: [PATCH] Fix typoo --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 526a031..f03a097 100644 --- a/index.md +++ b/index.md @@ -15,7 +15,7 @@ It acts as a real Cassandra instance and can be primed to respond with results o It is separated into two components: * [Java Client](http://scassandra-docs.readthedocs.org/en/latest/java/overview/): Java client for Scassandra. A thin Java wrapper around Scassandra that allows Java projects to depend on Scassandra via maven dependency and have a programmatic interface for starting/stopping and priming. -* [Scassandra Server](http://scassandra-docs.readthedocs.org/en/latest/standalone/overview/): Stubbed Scassandra server. Only go here if you're insterested in running Stubbed Cassandra without a build tool such as maven or gradle. Implemented in Scala, can be run as a standalone server or depended on via the Java client. Doesn't have an embedded Cassandra, is a standalone implementation of the server side of the Cassandra native protocol. You can prime the server to return rows, read timeout and write timeout via a REST API. +* [Scassandra Server](http://scassandra-docs.readthedocs.org/en/latest/standalone/overview/): Stubbed Scassandra server. Only go here if you're interested in running Stubbed Cassandra without a build tool such as maven or gradle. Implemented in Scala, can be run as a standalone server or depended on via the Java client. Doesn't have an embedded Cassandra, is a standalone implementation of the server side of the Cassandra native protocol. You can prime the server to return rows, read timeout and write timeout via a REST API. Scassandra, currently v1.1.0, is aimed at Java developers so most of the information is on the Java Client section of the website. It also may be used as a standalone jar.