Skip to content

Commit 1b51cfe

Browse files
committed
Actor Capitalization
1 parent 70b445a commit 1b51cfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sources/platform/actors/publishing/badge.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ https://apify.com/actor-badge?actor=:username/:actor-name
2525

2626
#### Markdown Example
2727
```markdown
28-
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler)](https://apify.com/apify/website-content-crawler)
28+
[![Website Content Crawler Actor](https://apify.com/actor-badge?actor=apify/website-content-crawler\)](https://apify.com/apify/website-content-crawler)
2929
```
3030

3131
#### Rendered Example
@@ -36,19 +36,19 @@ https://apify.com/actor-badge?actor=:username/:actor-name
3636
The badge indicates the state of the Actor in the Apify Platform as the result of the [automated testing](../development/automated_tests.md).
3737

3838
#### Actor OK
39-
![actor badge ok](./images/actor-badge/ok.svg)
39+
![Actor badge ok](./images/actor-badge/ok.svg)
4040

4141
#### Actor Under Maintenance
42-
![actor badge under maintenance](./images/actor-badge/under-maintenance.svg)
42+
![Actor badge under maintenance](./images/actor-badge/under-maintenance.svg)
4343
#### Actor Deprecated
44-
![actor badge deprecated](./images/actor-badge/deprecated.svg)
44+
![Actor badge deprecated](./images/actor-badge/deprecated.svg)
4545

4646
#### Actor Not Found
47-
![actor badge ok](./images/actor-badge/not-found.svg)
47+
![Actor badge ok](./images/actor-badge/not-found.svg)
4848

4949

5050
### Example of the Badge in Github Readme
51-
![actor badge in githhub readme](images/github-badge-screenshot.png)
51+
![Actor badge in githhub readme](images/github-badge-screenshot.png)
5252

5353

5454

0 commit comments

Comments
 (0)