diff --git a/README.md b/README.md index f3ab43df..272197bc 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/tree_sitter.gyp b/project.gyp similarity index 100% rename from tree_sitter.gyp rename to project.gyp diff --git a/script/configure.sh b/script/configure.sh index a9536bb3..637fecc5 100755 --- a/script/configure.sh +++ b/script/configure.sh @@ -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