Skip to content

Commit

Permalink
README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Jul 14, 2023
1 parent e670013 commit 81b5b7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,10 @@ C are the main contributing factors to the sparseness of what `libpkmn` chooses
### JavaScript / TypeScript
`@pkmn/engine` depends on the [`@pkmn/data`](https://www.npmjs.com/package/@pkmn/data) which
`@pkmn/engine` depends on the [`@pkmn/data`](https://www.npmjs.com/package/@pkmn/data) package which
requires a `Dex` implementation to be provided as well. The `Battle.create` function can be used to
initialize a `Battle` from the beginning, or `Battle.restore` can be used to re-instantiate a battle
which is in already progress. If logging is enabled the output can be turned into Pokémon Showdown
which is already in progress. If logging is enabled the output can be turned into Pokémon Showdown
protocol via `Log.parse`.
```ts
Expand Down Expand Up @@ -305,7 +305,7 @@ Currently, most of the foundational work from stage 0 is done:

**Stage 1 is currently in progress** and involves the implementation of the actual Generation I & II
battle engines, followed by Generation III & IV in stage 2. The implementation of further Pokémon
generations is in scope for the project but shouldn't be considered as part of the immediate roadmap
generations is in scope for the project but shouldn't be considered part of the immediate roadmap
(i.e. exploring the options for broadening support for old generation APIs is given higher priority
than implementing more modern generations). Furthermore, implementation of modern generations is
soft-blocked on the [availability of high quality
Expand All @@ -330,6 +330,6 @@ The pkmn engine is distributed under the terms of the [MIT License](LICENSE).
choices aren't. Furthermore, the "Pokémon Showdown" code referenced by this project includes
several [patches](docs/TESTING.md#patches) to improve accuracy and smooth over some of the more
egregious implementation issues. In practical terms, the vast majority of games played out in the
pkmn engine's compatibility mode and on this patched Pokémon Showdown simulator is the same,
pkmn engine's compatibility mode and on this patched Pokémon Showdown simulator are the same,
it's only in a well defined and documented set of circumstances where the two implementations
diverge.

0 comments on commit 81b5b7f

Please sign in to comment.