Skip to content

Commit 9e972d0

Browse files
committed
text improvement
Signed-off-by: tsolakou <[email protected]>
1 parent 8fdfe3c commit 9e972d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gitbase was born to ease the analysis of git repositories and their source code.
2424

2525
Also, making it MySQL compatible, we provide the maximum compatibility between languages and existing tools.
2626

27-
It comes as a single self-contained binary and it can be used as a standalone service. The service is able to process local repositories or integrate with existing tools and frameworks (e.g. spark) to make source code analysis on a large scale.
27+
It comes as a single self-contained binary and it can be used as a standalone service. The service is able to process local repositories or integrate with existing tools and frameworks (e.g. Apache Spark) to make source code analysis on a large scale.
2828

2929
## Further reading
3030

docs/using-gitbase/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ cd $GOPATH/src/github.com/src-d/gitbase
3737
$ make dependencies
3838
```
3939

40-
## Running with docker
40+
## Running with Docker
4141

4242
You can use the official image from [docker hub](https://hub.docker.com/r/srcd/gitbase/tags/) to quickly run gitbase:
4343
```

0 commit comments

Comments
 (0)