Skip to content

Commit 7bcb0b4

Browse files
committed
docs: streamline readme
1 parent f8fa4e1 commit 7bcb0b4

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -31,28 +31,6 @@ For those who always live on the edge, unreleased versions are available on the
3131

3232
### Usage
3333

34-
After including the package in your preamble, you can craft your string diagrams in a `tikzpicture` environment:
35-
36-
```latex
37-
\usepackage{string-diagrams}
38-
39-
%...
40-
41-
\begin{tikzpicture}
42-
\node[box] (a) {a};
43-
\node[box] (b) at (0,-2) {b};
44-
\node[dot] (x) at (1,-1) {};
45-
\node[dot] (y) at (-1,-1) {};
46-
\wires[]{
47-
a = { east = x.north },
48-
b = { east0 = x.south },
49-
y = { north = a.west1, south = b.west },
50-
}{
51-
a.west0, b.east1, x.east, y.west
52-
}
53-
\end{tikzpicture}
54-
```
55-
5634
Detailed instructions are available in the [documentation](http://mirrors.ctan.org/graphics/pgf/contrib/string-diagrams/string-diagrams.pdf).
5735

5836
## Contributing

0 commit comments

Comments
 (0)