From ef665bfe49b7d6e7e34b69aba6c7b51fa9461827 Mon Sep 17 00:00:00 2001 From: Kartik Chugh Date: Sat, 25 Jul 2020 07:33:12 -0400 Subject: [PATCH] Improves README (#8973) --- nd4j/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nd4j/README.md b/nd4j/README.md index 1d41d4403..f5ed19b7c 100644 --- a/nd4j/README.md +++ b/nd4j/README.md @@ -58,7 +58,7 @@ https://deeplearning4j.org/docs/latest/deeplearning4j-build-from-source with two modifications: 120-char column wrap and 4-spaces indentation. You can format your code to this format by typing `mvn formatter:format` in the subproject you work on, by using the `contrib/formatter.xml` at the root of - the repository to configure the Eclipse formatter, or by [using the INtellij + the repository to configure the Eclipse formatter, or by [using the IntelliJ plugin](https://github.com/HPI-Information-Systems/Metanome/wiki/Installing-the-google-styleguide-settings-in-intellij-and-eclipse). 6. Send a pull request, and bug us on Gitter until it gets merged and published.