Skip to content

Commit 08f9af8

Browse files
committed
Fixed readme
1 parent d250621 commit 08f9af8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,19 @@ To get more information about the structure of the pattern, please use the follo
190190
pattern = GeoPattern.generate('Mastering Markdown', patterns: [:sine_waves, :xes])
191191

192192
# The name of the structure
193-
pattern.pattern.name
193+
pattern.structure.name
194194

195195
# The generator of the structure
196-
pattern.pattern.generator
196+
pattern.structure.generator
197197
```
198198

199199
## Rake Support
200200

201201
```ruby
202+
string = 'Mastering markdown'
203+
204+
require 'geo_pattern/geo_pattern_task'
205+
202206
GeoPattern::GeoPatternTask.new(
203207
name: 'generate',
204208
description: 'Generate patterns to make them available as fixtures',

0 commit comments

Comments
 (0)