๐ŸŒŠ A GraphQL implementation in Gleam

fix shield, add link to squall

Changed files
+4 -2
+3 -1
README.md
··· 1 1 # Swell 2 2 3 - [![Package Version](https://img.shields.io/hexpm/v/example)](https://hex.pm/packages/swell) 3 + [![Package Version](https://img.shields.io/hexpm/v/swell)](https://hex.pm/packages/swell) 4 4 [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/swell/) 5 5 6 6 A GraphQL implementation in Gleam providing query parsing, execution, and introspection support. 7 + 8 + > **Note:** If you're looking for a GraphQL **client**, check out [Squall](https://hexdocs.pm/squall). 7 9 8 10 ![Swell](https://images.unsplash.com/photo-1616645728806-838c6bf184af?ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&q=80&w=2340) 9 11
+1 -1
gleam.toml
··· 1 1 name = "swell" 2 - version = "1.0.0" 2 + version = "1.0.1" 3 3 description = "๐ŸŒŠ A GraphQL implementation in Gleam" 4 4 licences = ["Apache-2.0"] 5 5 repository = { type = "github", user = "bigmoves", repo = "swell" }