Fix tags YAML format in README
Browse files
README.md
CHANGED
|
@@ -6,7 +6,11 @@ colorTo: purple
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
| 9 |
-
tags:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# OrgSim — Organization Simulation Environment
|
|
|
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
| 9 |
+
tags:
|
| 10 |
+
- openenv
|
| 11 |
+
- multi-agent
|
| 12 |
+
- organization
|
| 13 |
+
- simulation
|
| 14 |
---
|
| 15 |
|
| 16 |
# OrgSim — Organization Simulation Environment
|