y_nelson 2.0.6 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -11,8 +11,8 @@ the aspect of cells of the Zz structures described by Ted Nelson.
11
11
  require 'y_nelson'
12
12
  include YNelson
13
13
  ```
14
- `YNelson` DSL includes aspects of `YPetri`. It means, that it has the same
15
- abilities as `YPetri`. See `YPetri` gem
14
+ `YNelson` DSL includes aspects of `YPetri`. It means, that it has compatible
15
+ interface with `YPetri` DSL. See `YPetri` gem
16
16
  [for Petri net aspect usage examples](https://github.com/boris-s/y_petri).
17
17
 
18
18
  ## Zz structure aspect
@@ -25,7 +25,7 @@ dimension. Zz structure aspect in general is defined in
25
25
  automatically creates Zz connections in parallel to arcs of a Petri net. This
26
26
  way, places and transtions of a Petri net, whose relations are normally captured
27
27
  by arcs, can also have other relations defined, captured by Zz dimensions. Zz
28
- structure aspect is still in alpha stage at present.
28
+ structure aspect is still under development.
29
29
 
30
30
  ## Contributing
31
31