Skip to content

Commit e6f2859

Browse files
committed
Fix enumeration
1 parent 84173ab commit e6f2859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sharing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ julia> using Pkg
5858
julia> Pkg.develop(path="MyAwesomePackage")
5959
```
6060

61-
```!using-awesome2
61+
```!using-awesome1
6262
#hideall
6363
using Pkg
6464
Pkg.develop(path=sitepath("MyAwesomePackage")) # ignore sitepath
6565
```
6666

67-
```>using-awesome3
67+
```>using-awesome2
6868
using MyAwesomePackage
6969
```
7070

0 commit comments

Comments
 (0)