Skip to content

Commit f68dd7f

Browse files
authored
Merge pull request #434 from tsolakoua/text-improvement
Text improvement - documentation
2 parents f4e1c09 + 9ae56ab commit f68dd7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ $ cd $GOPATH/src/github.com/src-d/gitbase
3737
$ make dependencies
3838
```
3939

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

42-
You can use the official image from [docker hub](https://hub.docker.com/r/srcd/gitbase/tags/) to quickly run gitbase:
42+
You can use the official image from [Docker Hub](https://hub.docker.com/r/srcd/gitbase/tags/) to quickly run gitbase:
4343
```
4444
$ docker run --rm --name gitbase -p 3306:3306 -v /my/git/repos:/opt/repos srcd/gitbase:latest
4545
```

0 commit comments

Comments
 (0)