chore(doc): use consistent naming in readme

This commit is contained in:
fallenoak 2023-02-26 18:02:42 -06:00
parent 0b64d7c1ea
commit 3b19c68e2f
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D

View file

@ -2,20 +2,20 @@
[![Push](https://github.com/whoahq/bc/workflows/Push/badge.svg)](https://github.com/whoahq/bc/actions/workflows/push.yml) [![Push](https://github.com/whoahq/bc/workflows/Push/badge.svg)](https://github.com/whoahq/bc/actions/workflows/push.yml)
BC is an unofficial open source implementation of the Blizzard Core standard BC is an unofficial open source implementation of the BlizzardCore standard
library circa 2010. library circa 2010.
The Blizzard Core standard library is a collection of data structures and The BlizzardCore standard library is a collection of data structures and
functions created by the talented folks at Blizzard Entertainment for use in functions created by the talented folks at Blizzard Entertainment for use in
their games. their games.
This project attempts to provide a version of Blizzard Core compatible with This project attempts to provide a version of BlizzardCore compatible with
the version used in the final release build of World of Warcraft: Wrath of the version used in the final release build of World of Warcraft: Wrath of
the Lich King in 2010: 3.3.5a (12340). the Lich King in 2010: 3.3.5a (12340).
In the spirit of documenting what is presumed to have existed at the time, In the spirit of documenting what is presumed to have existed at the time,
this project makes every attempt to maintain the canonical names, layouts, and this project makes every attempt to maintain the canonical names, layouts, and
side effects of the original implementation of Blizzard Core. At the same side effects of the original implementation of BlizzardCore. At the same
time, it attempts to ensure portability and compatibility with modern 64-bit time, it attempts to ensure portability and compatibility with modern 64-bit
systems. systems.