Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Updates the README and ignores proto files
Browse files Browse the repository at this point in the history
Signed-off-by: ncordon <[email protected]>
  • Loading branch information
ncordon committed Aug 22, 2019
1 parent 3a8a109 commit 7e60fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ target
*~
.idea
src/libuast-native
src/main/proto
!src/main/proto/github.com/gogo/protobuf/gogoproto/gogo.proto
src/main/resources
.history
Libuast.so
build/*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ guide to learn more about how to use and deploy a bblfsh server, install languag
API
```scala
import scala.io.Source
import org.bblfsh.client.BblfshClient
import org.bblfsh.client.v2.BblfshClient, BblfshClient._
import gopkg.in.bblfsh.sdk.v2.protocol.driver.Mode

val client = BblfshClient("localhost", 9432)
Expand Down

0 comments on commit 7e60fc6

Please sign in to comment.