Skip to content

Commit 5473bee

Browse files
committed
Simplify docs
1 parent d3b3ec8 commit 5473bee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ A collection of custom scalar types for usage with https://github.com/webonyx/gr
1919
You can use the provided Scalars just like any other type in your schema definition.
2020
Check [SchemaUsageTest](tests/SchemaUsageTest.php) for an example.
2121

22-
## Simple Scalars
23-
24-
This package comes with a bunch of scalars that are ready-to-use and just work out of the box.
25-
2622
### [Email](src/Email.php)
2723

2824
A [RFC 5321](https://tools.ietf.org/html/rfc5321) compliant email.
@@ -37,8 +33,6 @@ Loose type that allows any value. Be careful when passing in large `Int` or `Flo
3733
as they may not be parsed correctly on the server side. Use `String` literals if you are
3834
dealing with really large numbers to be on the safe side.
3935

40-
## Advanced Scalars
41-
4236
### [Regex](src/Regex.php)
4337

4438
The `Regex` class allows you to define a custom scalar that validates that the given

0 commit comments

Comments
 (0)