Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmalloy committed Jul 25, 2023
1 parent f2167d6 commit f0965ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ but would not match `['science', 'math']`
match Refs with `['music', 'people/murray/anne']` or `['music', 'people/murray/bill']`

## Extending
Allows extensive modification with server reuse. As extensions and plugins are done by creating
Jasper allows extensive modification with server reuse. Since changes are done by creating
Plugin and Template entities, server restarts are not required.
This method of extensions means that only client changes are required. The same Jasper server,
without any code modifications, can be used. The client can define and support its own Plugins
Expand Down Expand Up @@ -137,7 +137,7 @@ on their home page.
## Entities
There are two types of entities in Jasper:
1. Refs
2. Tags
2. Tags (including Exts, Plugins, Templates, and Users)

![entities](./docs/entities.png)
Origins are used to facilitate replication and multi-tenant operation. Each origin represents a
Expand Down

0 comments on commit f0965ea

Please sign in to comment.