Skip to content

Commit ca514cf

Browse files
committed
doc fix
1 parent b82808c commit ca514cf

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
![]( https://img.shields.io/static/v1?label=Caster&message=0.5.11|0.6.11&color=blue)
66

7-
![]( https://img.shields.io/static/v1?label=Version&message=0.0.2&color=green)
7+
![]( https://img.shields.io/static/v1?label=Version&message=0.0.3&color=green)
88

99
PythonVoiceCodingPlugin is a Sublime Text 3 plugin meant to enhance user experience
1010
when coding python 3 by voice.
@@ -63,7 +63,7 @@ The code is available on [github](https://github.com/mpourmpoulis/PythonVoiceCod
6363
along with its initial release (0.0.0)!
6464

6565
Update: release 0.0.2 is out and with many thanks to @LexiconCode there are now bundles for Caster 0.6.11!
66-
66+
Update: Due an important error I missed, you might be faced with a situation where the pluggin cannot load and thus no commands are executed. in such a case please upgrade to release 0.0.3 which fixes it. I am sorry for any disconvenience caused!
6767

6868
## Limitations
6969

bundles/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ This folder contains my grammar and other related stuff
55
For the time being I only release bundles for Caster 0.5.11 and 0.6.11, these are in the Caster folder.
66

77
To install them simply copy paste the script insise caster "apps" folder:)
8+
9+
once again thanks to @LexiconCode there are bundles for the upcoming Caster 1.0.0 but installation is a bit different(to be updated)
10+

doc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Collection Queries try to address this issue. These collect the text of interest
157157
you can collect a variety of things:
158158

159159
```python
160-
Choice("index_collectable",{
160+
Choice("collectable",{
161161
"(variable|variables)":"variable",
162162
"( parameter | parameters)":"parameter",
163163
"(module|modules)":"module",

0 commit comments

Comments
 (0)