From 3204b80fa7f1284c992b1c6991bc22843f6057e1 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 28 Oct 2015 21:31:51 -0700 Subject: [PATCH] Drop the 'node-' prefix from the repo name The generated parser can be used from any language --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb4f3f2..2e2a642 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -node-tree-sitter-c +tree-sitter-c ================== -[![Build Status](https://travis-ci.org/maxbrunsfeld/node-tree-sitter-c.svg?branch=master)](https://travis-ci.org/maxbrunsfeld/node-tree-sitter-c) +[![Build Status](https://travis-ci.org/maxbrunsfeld/tree-sitter-c.svg?branch=master)](https://travis-ci.org/maxbrunsfeld/tree-sitter-c) -C grammar for [node-tree-sitter](https://github.com/maxbrunsfeld/node-tree-sitter). Adapted from [this C99 grammar](http://slps.github.io/zoo/c/iso-9899-tc3.html#designation). +C grammar for [tree-sitter](https://github.com/maxbrunsfeld/tree-sitter). Adapted from [this C99 grammar](http://slps.github.io/zoo/c/iso-9899-tc3.html#designation).