Skip to content

Commit

Permalink
Minor tweak: remove JMXExamples:: to match code in article
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksieger committed Dec 19, 2008
1 parent cfdfd53 commit 4f3d678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -238,7 +238,7 @@ recent samples.

@app = ImageApp.new
@app.title = "Memory"
JMXExamples::MemorySampler.new do |s|
MemorySampler.new do |s|
g = Gruff::Line.new("400x300")
g.title = @app.title
g.y_axis_label = "MB"
Expand Down

0 comments on commit 4f3d678

Please sign in to comment.