repo name tree_sitter -> tree-sitter

This commit is contained in:
Max Brunsfeld 2014-07-13 21:56:25 -07:00
parent d87b17c2a2
commit 4d17da159f
3 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
tree_sitter
tree-sitter
===========
A library for generating incremental LR parsers with integrated lexers
[![Build Status](https://travis-ci.org/maxbrunsfeld/tree_sitter.png?branch=master)](https://travis-ci.org/maxbrunsfeld/tree_sitter)
[![Build Status](https://travis-ci.org/maxbrunsfeld/tree-sitter.png?branch=master)](https://travis-ci.org/maxbrunsfeld/tree-sitter)
### References

View file

@ -3,7 +3,7 @@
set -e
git submodule update --init --recursive
externals/gyp/gyp tree_sitter.gyp --depth . --format=make $@
externals/gyp/gyp project.gyp --depth . --format=make $@
if [ "$1" == "-h" ]; then
cat <<-HELP