File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- # COSMIC Project Collection
2
- A collection of COSMIC projects developed by the community.
1
+ <img src =" header.png " alt =" header " />
3
2
4
3
## Applications
5
4
| Name | Description | Image |
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ pub fn generate() -> std::io::Result<()> {
8
8
let services: Services = ron:: from_str ( include_str ! ( "../services.ron" ) ) . unwrap ( ) ;
9
9
let scripts: Scripts = ron:: from_str ( include_str ! ( "../scripts.ron" ) ) . unwrap ( ) ;
10
10
11
- readme. push_str ( "# COSMIC Project Collection\n " ) ;
12
- readme. push_str ( "A collection of COSMIC projects developed by the community.\n \n " ) ;
11
+ readme. push_str ( "<img src=\" header.png\" />\n \n " ) ;
13
12
14
13
write_applications ( & mut readme, applications) ;
15
14
write_applets ( & mut readme, applets) ;
You can’t perform that action at this time.
0 commit comments