Skip to content

Commit

Permalink
Add missing word (shekhargulati#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
keweishang authored and shekhargulati committed Aug 25, 2017
1 parent af6a5f8 commit 7e1e0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-gatling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ To use Gatling, you need to have at least **JDK7u6** installed on your operating

Gatling can be used in two ways:

1. You can create a Scala SBT/Maven/Gradle project and write load test scenarios using its Scala DSL. In this blog, we will use SBT. Create a new directory named `blog` on your filesystem and change directory to it. Create a `build.sbt` file and populate it with following content. Now we will write load test scenarios using Gatling Scala DSL. In this blog, we will use approach. We are adding required Gatling dependencies in the `build.sbt`.
1. You can create a Scala SBT/Maven/Gradle project and write load test scenarios using its Scala DSL. In this blog, we will use SBT. Create a new directory named `blog` on your filesystem and change directory to it. Create a `build.sbt` file and populate it with following content. Now we will write load test scenarios using Gatling Scala DSL. In this blog, we will use this approach. We are adding required Gatling dependencies in the `build.sbt`.
```scala
name := "blog-load-tests"
version := "0.1.0"
Expand Down

0 comments on commit 7e1e0ea

Please sign in to comment.