You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: generate.rb
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"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" +
18
18
"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"
19
19
20
-
puts"Rebuilding README.md ...".purple
20
+
puts"Rebuilding README.md ...".magenta
21
21
22
22
docs.each{ |file,title|
23
23
## Generate markdown for the specific section
@@ -86,7 +86,7 @@
86
86
output += "# Contributing\n"
87
87
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."
0 commit comments