From fd354802b76901c7ddaf5462037d1c8d4fffd9f1 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Fri, 29 Mar 2019 12:51:38 +0100 Subject: [PATCH] parser => parsing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f12388..a1de044 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Markup language](#markup-language) - [Mobile](#mobile) - [Network programming](#network-programming) - - [Parser](#parser) + - [Parsing](#parsing) - [Platform specific](#platform-specific) - [Scripting](#scripting) - [Template engine](#template-engine) @@ -1137,7 +1137,7 @@ See also [Are we game yet?](http://arewegameyet.com) * CoAP * [Covertness/coap-rs](https://github.com/Covertness/coap-rs) — A [Constrained Application Protocol(CoAP)](https://tools.ietf.org/html/rfc7252) library for Rust. [](https://travis-ci.org/Covertness/coap-rs) -### Parser +### Parsing * [Geal/nom](https://github.com/Geal/nom) — parser combinator library [](https://travis-ci.org/Geal/nom) * [ivanceras/inquerest](https://github.com/ivanceras/inquerest) — an URL parameter parser for rest filter inquiry [![Build Status](https://api.travis-ci.org/ivanceras/inquerest.svg?branch=master)](https://travis-ci.org/ivanceras/inquerest)