| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 0e229ebe0f6c0eb1af6fad7ffe5c8b11db9c45eb..d2cbe08bb3638f8542ba92c74ff1db141b446ec7 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -16,12 +16,12 @@ that gives easy access to the `Isolate` functionality, and also
|
| gives a way to run new functions in the isolate repeatedly, instead of
|
| just on the initial `spawn` call.
|
|
|
| -### A central registry for values that can be used accross isolates.
|
| +### A central registry for values that can be used across isolates.
|
|
|
| The "registry.dart" sub-library provides a way to create an
|
| -object registry, and give access to it accross different isolates.
|
| +object registry, and give access to it across different isolates.
|
|
|
| -### Balancing load accross several isolates.
|
| +### Balancing load across several isolates.
|
|
|
| The "load_balancer.dart" sub-library can manage multiple `Runner` objects,
|
| including `IsolateRunner`, and run functions on the currently least loaded
|
|
|