]> git.sesse.net Git - stockfish/blobdiff - README.md
Simplify away the passed pawn extension
[stockfish] / README.md
index f71a8b34722f5834f51ad0749ebfa5fa8a5ebc4d..7b6ddf4cec3f5b775860d5401e0cee6eb3930ae5 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ Currently, Stockfish has the following UCI options:
 
   * #### Use NNUE
     Toggle between the NNUE and classical evaluation functions. If set to "true",
-    the network parameters must be availabe to load from file (see also EvalFile).
+    the network parameters must be available to load from file (see also EvalFile).
 
   * #### EvalFile
     The name of the file of the NNUE evaluation parameters. Depending on the GUI the
@@ -138,7 +138,7 @@ Currently, Stockfish has the following UCI options:
   * #### Debug Log File
     Write all communication to and from the engine into a text file.
 
-## classical and NNUE evaluation
+## Classical and NNUE evaluation
 
 Both approaches assign a value to a position that is used in alpha-beta (PVS) search
 to find the best move. The classical evaluation computes this value as a function