Skip to content

Commit ec75283

Browse files
committed
docs(site): drop em-dashes and en-dashes from titles and bullets
Replace em-dash and en-dash punctuation in the site index.md and the _config.yml title with colons, for consistent punctuation across section bullets, related packages, and the page title.
1 parent 2572eee commit ec75283

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: SwapPHP currency conversion library
1+
title: "Swap: PHP currency conversion library"
22
description: PHP currency conversion library for retrieving exchange rates from 30 providers, with caching and fallback. Maintained since 2014.
33
theme: jekyll-theme-cayman
44
show_downloads: false

index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SwapPHP currency conversion library
2+
title: "Swap: PHP currency conversion library"
33
description: PHP currency conversion library for retrieving exchange rates from 30 providers, with caching and fallback. Maintained since 2014.
44
---
55

@@ -24,11 +24,11 @@ You can integrate a single exchange rate API directly in your application.
2424

2525
Swap is useful when you need more than a single provider:
2626

27-
- **Provider abstraction** switch providers without rewriting your code
28-
- **Fallback support** if one provider fails, another can be used automatically
29-
- **Unified interface** all providers share the same API
30-
- **Caching** reduce API calls and improve performance
31-
- **Flexibility** combine public and commercial providers
27+
- **Provider abstraction:** switch providers without rewriting your code
28+
- **Fallback support:** if one provider fails, another can be used automatically
29+
- **Unified interface:** all providers share the same API
30+
- **Caching:** reduce API calls and improve performance
31+
- **Flexibility:** combine public and commercial providers
3232

3333
For simple use cases, calling a single API may be enough.
3434

@@ -79,10 +79,10 @@ Source code, full documentation, providers list, and issue tracker:
7979

8080
## Related packages
8181

82-
- [Swap](https://github.com/florianv/swap) easy-to-use PHP currency conversion library (this package).
83-
- [Exchanger](https://github.com/florianv/exchanger) lower-level, more granular alternative; direct access to provider implementations.
84-
- [Laravel Swap](https://github.com/florianv/laravel-swap) Laravel application of Swap.
85-
- [Symfony Swap](https://github.com/florianv/symfony-swap) Symfony integration of Swap.
82+
- [Swap](https://github.com/florianv/swap): easy-to-use PHP currency conversion library (this package).
83+
- [Exchanger](https://github.com/florianv/exchanger): lower-level, more granular alternative; direct access to provider implementations.
84+
- [Laravel Swap](https://github.com/florianv/laravel-swap): Laravel application of Swap.
85+
- [Symfony Swap](https://github.com/florianv/symfony-swap): Symfony integration of Swap.
8686

8787
## Documentation
8888

0 commit comments

Comments
 (0)