micon 0.1.18 → 0.1.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/readme.md +1 -1
- metadata +1 -1
data/readme.md
CHANGED
|
@@ -169,7 +169,7 @@ autoload_path lib_dir
|
|
|
169
169
|
RackAdapter.new.call({})
|
|
170
170
|
```
|
|
171
171
|
|
|
172
|
-
For the actual code please look at [examples](https://github.com/alexeypetrushin/micon/blob/master/examples)
|
|
172
|
+
For the actual code please look at [examples](https://github.com/alexeypetrushin/micon/blob/master/examples).
|
|
173
173
|
|
|
174
174
|
If You are interested in more samples, please look at the [actual components][rad_core_components] used in the Rad Core Framework.
|
|
175
175
|
|