Skip to content

Commit 098c4d4

Browse files
authored
Merge pull request #426 from bobthecow/update-readme
Update readme
2 parents 0a59879 + 53baf79 commit 098c4d4

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ Follow these instructions to show your Symfony-based project on [symfony.com/pro
1414

1515
1. Add a YAML file with the basic project information in `projects/xxx.yml`
1616
where `xxx` is the slug of your project (e.g. `projects/acme.yml`). Use any
17-
of the existing YAML files as the reference of your own file and take into
18-
account that:
19-
* If your project depends on Symfony components, list them under the
20-
`components` option.
21-
* If your project depends on the entire Symfony full-stack framework, leave
22-
the `components` option empty and add `symfonyfs` in the `dependencies`
23-
option.
17+
of the existing YAML files as the reference of your own file.
2418
2. Add a square PNG image with the logo of your project in `projects/xxx.png`
2519
where `xxx` is the slug of your project (e.g. `projects/acme.png`). It's
26-
recommended to create a 256px x 256px image.
20+
recommended to create a 160px x 160px image.
2721
3. Add your project to the `projects.yml` file at the root of this repository.
2822
Append your project at the end of the list and we'll change its position if
2923
needed.

0 commit comments

Comments
 (0)