Skip to content

Commit 747dd95

Browse files
committedJun 14, 2019
purple -> magenta in generation script
1 parent afeb424 commit 747dd95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎generate.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"This is a Cheatsheet for [RxSwift](https://github.com/ReactiveX/RxSwift) developers interested in Apple's new [Combine](https://developer.apple.com/documentation/combine) framework.\n\n" +
1818
"It's based on the following blog post: [https://medium.com/gett-engineering/rxswift-to-apples-combine-cheat-sheet-e9ce32b14c5b](https://medium.com/gett-engineering/rxswift-to-apples-combine-cheat-sheet-e9ce32b14c5b)\n\n"
1919

20-
puts "Rebuilding README.md ...".purple
20+
puts "Rebuilding README.md ...".magenta
2121

2222
docs.each { |file, title|
2323
## Generate markdown for the specific section
@@ -86,7 +86,7 @@
8686
output += "# Contributing\n"
8787
output += "Add any data/operators to the appropriate CSV files in the **Data** folder, run `bundle install` and `generate.rb`.\n\nFinally, commit the changes and submit a Pull Request."
8888

89-
puts "Writing README.md ...".purple
89+
puts "Writing README.md ...".magenta
9090
File.write('README.md', output)
9191

9292
puts "🎉 All done! 🎉".green

0 commit comments

Comments
 (0)
Failed to load comments.