Skip to content

Commit 4a1fe66

Browse files
committed
Minor change to README
1 parent c41ff70 commit 4a1fe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ of the mapcode library by Rijn Buve and Matthew Lowden.
3232

3333
# Using Git and `.gitignore`
3434

35-
It's good practice to set up a personal global .gitignore file on your machine which filters a number of files
35+
It's good practice to set up a personal global `.gitignore` file on your machine which filters a number of files
3636
on your file systems that you do not wish to submit to the Git repository. You can set up your own global
3737
`~/.gitignore` file by executing:
3838
`git config --global core.excludesfile ~/.gitignore`
@@ -63,7 +63,7 @@ Normally, one of our developers should be able to comment on them and fix.
6363

6464
# Code Style Settings in IntelliJ IDEA
6565

66-
In order to get consistent code layout for Scala files, source files should be reformatted in your IDE according to the
66+
In order to get consistent code layout for Java files, source files should be reformatted in your IDE according to the
6767
settings below. These settings are describes as IntelliJ IDEA "Code Style" settings (and they can be copied directly
6868
into your `.idea/codeStyleSetting.xml` file, if you use IDEA):
6969

0 commit comments

Comments
 (0)