Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Fix another typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mnogu committed Dec 23, 2015
1 parent ee08d3f commit f184562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ to the jar file, you also need to copy kafka-clients library to `lib` directory:

You can find sample simulation files in the [test directory](src/test/scala/com/github/mnogu/gatling/kafka/test).
Among these files, [BasicSimulation.scala](src/test/scala/com/github/mnogu/gatling/kafka/test/BasicSimulation.scala) would be a good start point.
Make sure that replace `BasicSimulation` with `KafkaSimulation` in `BasicSimulation.scala`
Make sure that you replace `BasicSimulation` with `KafkaSimulation` in `BasicSimulation.scala`
if your simulation filename is `KafkaSimulation.scala`.

Note that gatling-kafka 0.1.x isn't compatible with 0.0.x.
Expand Down

0 comments on commit f184562

Please sign in to comment.