Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: typos #239

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ This is the new mono-repository with all components making up a whole AD4M imple
- `cli`: The new Rust based `ad4m` command-line based generic UI. See [it's readme](cli/README.md) for more details. Published to Crates.io as `ad4m`: https://crates.io/crates/ad4m
- `rust-client`: Rust based `Ad4mClient`. Wraps GraphQL and provides the same high-level interface to AD4M as the TypeScript based version in core. Published to Crates.io as `ad4m-client`: https://crates.io/crates/ad4m-client.

The project started in August 2020 in https://github.com/lucksus/perspectivism, then got broken down into the `ad4m` (core), `ad4m-executor` and [perspect3ve](https://github.com/perspect3vism/perspect3ve) repositories for simultaneuous use in [Flux](https://github.com/fluxsocial) and Perspect3ve. Other components got added over the years 2021, 2022.
The project started in August 2020 in https://github.com/lucksus/perspectivism, then got broken down into the `ad4m` (core), `ad4m-executor` and [perspect3ve](https://github.com/perspect3vism/perspect3ve) repositories for simultaneous use in [Flux](https://github.com/fluxsocial) and Perspect3ve. Other components got added over the years 2021, 2022.

In October/November 2022, these componentes were collected into a mono-repo again to avoid PR-chains across multiple repositories and to have version numbers be in lock-step.
In October/November 2022, these components were collected into a mono-repo again to avoid PR-chains across multiple repositories and to have version numbers be in lock-step.

## Build

Expand Down
4 changes: 2 additions & 2 deletions docs-src/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Introduction

The name AD4M is an ackronym for
The name AD4M is an acronym for
*The **A**gent-Centric **D**istributed **A**pplication **M**eta-ontology*
or just:
**A**gent-Centric **DA**pp **M**eta-ontology.
Expand Down Expand Up @@ -75,7 +75,7 @@ and create new ones as Languages.

## Why?

The goal is to arrive at scalable and interoparable communication infrastructure
The goal is to arrive at scalable and interoperable communication infrastructure
that enables **group agency**, i.e. **super agents** (here called Social Organisms)
**without imposing a bias on how a group manages itself**
(and how it defines its coherence) to have agency
Expand Down