Skip to content

Commit

Permalink
Change mysite.com with example.com
Browse files Browse the repository at this point in the history
I think in examples better to use `example.com` domain
  • Loading branch information
bocharsky-bw committed Jun 17, 2015
1 parent b7d65bd commit 1d8aaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -502,7 +502,7 @@ Sluggable generates slugs (uniqueness is not guaranteed) for an entity.
Will automatically generate on update/persist (you can disable the on update generation by overriding `getRegenerateSlugOnUpdate` to return false.
You can also override the slug delimiter from the default hyphen by overriding `getSlugDelimiter`.
Slug generation algo can be changed by overriding `generateSlugValue`.
Use cases include SEO (i.e. URLs like http://mysite.com/post/3/introduction-to-php)
Use cases include SEO (i.e. URLs like http://example.com/post/3/introduction-to-php)
```php
<?php

Expand Down

0 comments on commit 1d8aaf6

Please sign in to comment.