Update README.md
This commit is contained in:
parent
7a50410132
commit
83778d8379
|
@ -8,6 +8,7 @@
|
|||
- <a href="#arrays">Arrays</a>
|
||||
- <a href="#named-lists">Named lists</a>
|
||||
- <a href="#saving-classes">Saving classes</a>
|
||||
- <a href="#other-implementations">Other implementations</a>
|
||||
|
||||
### Overview
|
||||
|
||||
|
@ -254,4 +255,9 @@ hello.hello();
|
|||
// Save the classes bdf data
|
||||
manager.save();
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
### Other implementations
|
||||
|
||||
- Java
|
||||
- <a href="https://github.com/jsrobson10/BdfCpp">C++</a>
|
||||
|
|
Loading…
Reference in New Issue