micon 0.1.18 → 0.1.19
Sign up to get free protection for your applications and to get access to all the features.
- 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
|
|