Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

fixed typo in README #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A Clojure library designed to provide GraphQL implementation.
## What's new in version 0.2

1. Simplified APIs
2. Rewrite schema and query validator for simplicity and robostness.
2. Rewrite schema and query validator for simplicity and robustness.
3. Separate parser and validator for schema and query.
4. High performance java parser

Expand Down