Skip to content

Commit

Permalink
Update links (#5)
Browse files Browse the repository at this point in the history
* Update links to cascade doc for Dart and Kotlin

* Update repo links and pseudonym

---------

Co-authored-by: programutox <randomimus.beakuzz@gmail.com>
  • Loading branch information
pgmtx and programutox authored May 13, 2024
1 parent b3d997e commit 9eea9d2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion license
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Bo Lingen <lingenbw@gmail.com> (github.com/citycide)
Copyright (c) Bo Lingen <bo@haltcase.dev> (github.com/haltcase)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cascade &middot; [![nimble](https://flat.badgen.net/badge/available%20on/nimble/yellow)](https://nimble.directory/pkg/cascade) ![license](https://flat.badgen.net/github/license/citycide/cascade)
# cascade &middot; [![nimble](https://flat.badgen.net/badge/available%20on/nimble/yellow)](https://nimble.directory/pkg/cascade) ![license](https://flat.badgen.net/github/license/haltcase/cascade)

> Method & assignment cascades for Nim, inspired by Smalltalk & Dart.
Expand Down Expand Up @@ -136,7 +136,7 @@ one. Pull requests are appreciated!
To build cascade from source you'll need to have [Nim][nim] installed,
and should also have [Nimble][nimble], Nim's package manager.

1. Clone the repo: `git clone https://github.com/citycide/cascade.git`
1. Clone the repo: `git clone https://github.com/haltcase/cascade.git`
2. Move into the newly cloned directory: `cd cascade`
3. Make your changes: `cascade.nim`, `tests/tests.nim`
4. Run tests: `nimble test`
Expand All @@ -149,10 +149,10 @@ are also welcome.

## license

MIT © [Bo Lingen / citycide](https://github.com/citycide)
MIT © [Bo Lingen / haltcase](https://github.com/haltcase)

[dart]: https://www.dartlang.org/guides/language/language-tour#cascade-notation-
[kotlin]: http://beust.com/weblog/2015/10/30/exploring-the-kotlin-standard-library/
[dart]: https://dart.dev/language/operators#cascade-notation
[kotlin]: https://kotlinlang.org/docs/scope-functions.html#apply
[nim]: https://github.com/nim-lang/nim
[nimble]: https://github.com/nim-lang/nimble
[issues]: https://github.com/citycide/cascade/issues
[issues]: https://github.com/haltcase/cascade/issues

0 comments on commit 9eea9d2

Please sign in to comment.