README.md in openstudio-analysis-1.0.0 vs README.md in openstudio-analysis-1.0.1

- old
+ new

@@ -28,10 +28,10 @@ # override existing workflow from a file by analysis.workflow = OpenStudio::Analysis::Workflow.load_from_file(...) # add measures to the workflow wf = analysis.workflow - def add_measure_from_path(instance_name, instance_display_name, local_path_to_measure) + # def add_measure_from_path(instance_name, instance_display_name, local_path_to_measure) wf.add_measure_from_path('instance_name', 'Display name', 'path_to_measure') wf.add_measure_from_path('instance_name_2', 'Display name two', 'path_to_measure_2') # make a measure's argument a variable m = wf.add_measure_from_path('instance_name_3', 'Display name three', 'path_to_measure_3')