[infer][PR] Minor fix

Summary: Closes https://github.com/facebook/infer/pull/775

Reviewed By: mbouaziz

Differential Revision: D6163451

Pulled By: ddino

fbshipit-source-id: 19311c0
master
Darío Hereñú 7 years ago committed by Facebook Github Bot
parent 3a3e1893d6
commit cbb8ea1150

@ -29,8 +29,8 @@ Contents
- `ios_hello/`: a sample iOS app. Try this example by running
```infer -- xcodebuild -target HelloWorldApp -configuration Debug -sdk iphonesimulator```
- java_hello/: a sample Java project. Try this example by running
infer -- javac Pointers.java Resources.java Hello.java
- `java_hello/`: a sample Java project. Try this example by running
```infer -- javac Pointers.java Resources.java Hello.java```
Note
----

Loading…
Cancel
Save