Skip to content

Commit

Permalink
Merge pull request #595 from Insti/Update_readme
Browse files Browse the repository at this point in the history
Readme: Update default generator example.
  • Loading branch information
hilary committed May 3, 2017
2 parents 75ebe88 + c7c847b commit ae255c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -126,7 +126,9 @@ extracting the canonical data. The derived class wraps the JSON for a single
test case. The default version looks something like this:

```
class <ExerciseName>Case < ExerciseCase
require 'generator/exercise_case'
class <ExerciseName>Case < Generator::ExerciseCase
def workload
# Example workload:
Expand Down

0 comments on commit ae255c8

Please sign in to comment.