From f4d14daa5f7a40d1e6cef93276e5bf2d2b8a6032 Mon Sep 17 00:00:00 2001 From: andrewrosemberg Date: Fri, 25 Feb 2022 17:11:52 +0000 Subject: [PATCH] fix typos --- README.md | 4 ++-- docs/src/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91a07d1..7b026c5 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Strategy simulation for simple games. -## Instalation +## Installation ```julia ] add SquidGame @@ -21,7 +21,7 @@ Using function `play_game`, simulates a game for of `N` strategies competing aga Implementable games are "deterministic" games where each player knows the possible rewards for each round at decision time, with the only uncertainty being the action of other players. -Rewards are defined as a multi-dimensional array where entries your action is the first index and rivals are the remaining indexes. For example, a 2 player game: +Rewards are defined as a multi-dimensional array where your action is the first index and rivals are the remaining indexes. For example, a 2 player game: | | Rival Action 1| Rival Action 2| | ------------- | ------------- | ------------- | diff --git a/docs/src/index.md b/docs/src/index.md index 1c7798a..e4933f3 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -18,7 +18,7 @@ Documentation for [SquidGame](https://github.com/andrewrosemberg/SquidGame.jl). Strategy simulation for simple games. -## Instalation +## Installation ```julia ] add SquidGame @@ -30,7 +30,7 @@ Using function `play_game`, simulates a game for of `N` strategies competing aga Implementable games are "deterministic" games where each player knows the possible rewards for each round at decision time, with the only uncertainty being the action of other players. -Rewards are defined as a multi-dimensional array where entries your action is the first index and rivals are the remaining indexes. For example, a 2 player game: +Rewards are defined as a multi-dimensional array where your action is the first index and rivals are the remaining indexes. For example, a 2 player game: | | Rival Action 1| Rival Action 2| | ------------- | ------------- | ------------- |