From 162d4ca8ebcf38f003ee00a8655ea60f52dc37a3 Mon Sep 17 00:00:00 2001 From: Muneyuki Noguchi Date: Wed, 23 Dec 2015 16:49:19 +0900 Subject: [PATCH] fix a typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c75655..a8b2e4a 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ to the jar file, you also need to copy kafka-clients library to `lib` directory: $ cd /path/to/gatling-charts-highcharts-bundle-2.1.* $ vi user-files/simulations/KafkaSimulation.scala -You can file sample simulation files in the [test directory](src/test/scala/com/github/mnogu/gatling/kafka/test). +You can find sample simulation files in the [test directory](src/test/scala/com/github/mnogu/gatling/kafka/test). Among the files, [BasicSimulation.scala](src/test/scala/com/github/mnogu/gatling/kafka/test/BasicSimulation.scala) would be a good start point. Note that gatling-kafka 0.1.x isn't compatible with 0.0.x.